Nado Typescript SDK Documentation
    Preparing search index...

    Interface NadoTransferQuoteTx

    interface NadoTransferQuoteTx {
        transfer_quote: {
            sender: string;
            recipient: string;
            amount: string;
            nonce: number;
        };
    }
    Index

    Properties

    Properties

    transfer_quote: {
        sender: string;
        recipient: string;
        amount: string;
        nonce: number;
    }