TransferFeeRequest represents a message that queries the fees charged by the network for a cross-chain transfer

interface TransferFeeRequest {
    amount: string;
    destinationChain: string;
    sourceChain: string;
}

Properties

amount: string
destinationChain: string
sourceChain: string

Generated using TypeDoc