TransferCheckedWithFeeInstructionArgs: {
    amount: number | bigint;
    decimals: number;
    fee: number | bigint;
}

Type declaration

  • amount: number | bigint

    The amount of tokens to transfer.

  • decimals: number

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

  • fee: number | 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.

Generated using TypeDoc