APIInterfacesIJBSingleTokenPaymentTerminalOn this pageIJBSingleTokenPaymentTerminal Codeβ https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/interfaces/IJBSingleTokenPaymentTerminal.sol Definitionβ interface IJBSingleTokenPaymentTerminal is IJBPaymentTerminal { function token() external view returns (address); function currency() external view returns (uint256); function decimals() external view returns (uint256);}