InitializeTransferFeeConfigInstructionData: {
    discriminator: number;
    maximumFee: bigint;
    transferFeeBasisPoints: number;
    transferFeeConfigAuthority: Option<PublicKey>;
    transferFeeDiscriminator: number;
    withdrawWithheldAuthority: Option<PublicKey>;
}

Type declaration

  • discriminator: number
  • maximumFee: bigint

    Maximum fee assessed on transfers.

  • transferFeeBasisPoints: number

    Amount of transfer collected as fees, expressed as basis points of the transfer amount.

  • transferFeeConfigAuthority: Option<PublicKey>

    Pubkey that may update the fees.

  • transferFeeDiscriminator: number
  • withdrawWithheldAuthority: Option<PublicKey>

    Withdraw instructions must be signed by this key.

Generated using TypeDoc