TransferCheckedWithFeeInstructionData: {
    amount: bigint;
    decimals: number;
    discriminator: number;
    fee: bigint;
    transferFeeDiscriminator: number;
}

Type declaration

  • amount: bigint

    The amount of tokens to transfer.

  • decimals: number

    Expected number of base 10 digits to the right of the decimal place.

  • discriminator: number
  • fee: bigint

    Expected fee assessed on this transfer, calculated off-chain based on the transfer_fee_basis_points and maximum_fee of the mint. May be 0 for a mint without a configured transfer fee.

  • transferFeeDiscriminator: number

Generated using TypeDoc