Helius SDK - v2.2.2
    Preparing search index...

    Interface TransferFeeConfig

    Transfer fee configuration extension.

    interface TransferFeeConfig {
        newer_transfer_fee: NewTransferFee;
        older_transfer_fee: OlderTransferFee;
        transfer_fee_config_authority: string;
        withdraw_withheld_authority: string;
        withheld_amount: number;
    }
    Index

    Properties

    newer_transfer_fee: NewTransferFee
    older_transfer_fee: OlderTransferFee
    transfer_fee_config_authority: string
    withdraw_withheld_authority: string
    withheld_amount: number