Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxFeeReturnType

    The return type for the avm.getTxFee method.

    type GetTxFeeReturnType = {
        createAssetTxFee: number;
        txFee: number;
    }
    Index

    Properties

    createAssetTxFee: number

    The fee for the create asset transaction.

    txFee: number

    The fee for the transaction.