Taquito TypeDocs
    Preparing search index...

    Interface SendParams

    interface SendParams {
        amount: number;
        fee?: number;
        gasLimit?: number;
        mutez?: boolean;
        source?: string;
        storageLimit?: number;
    }
    Index

    Properties

    amount: number
    fee?: number
    gasLimit?: number
    mutez?: boolean
    source?: string
    storageLimit?: number