Module IPathUSD
Expand description
Module containing a contract’s types and functions.
interface IPathUSD {
function TRANSFER_ROLE() external view returns (bytes32);
function RECEIVE_WITH_MEMO_ROLE() external view returns (bytes32);
}Modules§
- abi
- Contains dynamic ABI definitions for this contract.
Structs§
- IPathUSD
Instance - A
IPathUSDinstance. - RECEIVE_
WITH_ MEMO_ ROLE Call - Function with signature
RECEIVE_WITH_MEMO_ROLE()and selector0x16d3bd68. - RECEIVE_
WITH_ MEMO_ ROLE Return - Container type for the return parameters of the
RECEIVE_WITH_MEMO_ROLE()function. - TRANSFER_
ROLE Call - Function with signature
TRANSFER_ROLE()and selector0x206b60f9. - TRANSFER_
ROLE Return - Container type for the return parameters of the
TRANSFER_ROLE()function.
Enums§
- IPathUSD
Calls - Container for all the
IPathUSDfunction calls.