TransfersForChainRequest represents a message that queries the transfers for the specified chain

interface TransfersForChainRequest {
    chain: string;
    pagination?: PageRequest;
    state: TransferState;
}

Properties

chain: string
pagination?: PageRequest

Generated using TypeDoc