CreatePendingTransfersRequest represents a message to trigger the creation of commands handling all pending transfers

interface CreatePendingTransfersRequest {
    chain: string;
    sender: Uint8Array;
}

Properties

Properties

chain: string
sender: Uint8Array

Generated using TypeDoc