Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxFeeReturnType

    Return type for the info.getTxFee method.

    type GetTxFeeReturnType = {
        addPrimaryNetworkDelegatorFee: bigint;
        addPrimaryNetworkValidatorFee: bigint;
        addSubnetDelegatorFee: bigint;
        addSubnetValidatorFee: bigint;
        createAssetTxFee: bigint;
        createBlockchainTxFee: bigint;
        createSubnetTxFee: bigint;
        transformSubnetTxFee: bigint;
        txFee: bigint;
    }
    Index

    Properties

    addPrimaryNetworkDelegatorFee: bigint

    The fee for adding a primary network delegator

    addPrimaryNetworkValidatorFee: bigint

    The fee for adding a primary network validator

    addSubnetDelegatorFee: bigint

    The fee for adding a subnet delegator

    addSubnetValidatorFee: bigint

    The fee for adding a subnet validator

    createAssetTxFee: bigint

    The fee for creating an asset

    createBlockchainTxFee: bigint

    The fee for creating a blockchain

    createSubnetTxFee: bigint

    The fee for creating a subnet

    transformSubnetTxFee: bigint

    The fee for transforming a subnet

    txFee: bigint

    The base transaction fee