Module IPathUSD

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§

IPathUSDInstance
A IPathUSD instance.
RECEIVE_WITH_MEMO_ROLECall
Function with signature RECEIVE_WITH_MEMO_ROLE() and selector 0x16d3bd68.
RECEIVE_WITH_MEMO_ROLEReturn
Container type for the return parameters of the RECEIVE_WITH_MEMO_ROLE() function.
TRANSFER_ROLECall
Function with signature TRANSFER_ROLE() and selector 0x206b60f9.
TRANSFER_ROLEReturn
Container type for the return parameters of the TRANSFER_ROLE() function.

Enums§

IPathUSDCalls
Container for all the IPathUSD function calls.

Functions§

new
Creates a new wrapper around an on-chain IPathUSD contract instance.