Transfer fee amount (on token accounts).

1.1.0

interface TransferFeeAmount {
    type: "TransferFeeAmount";
    withheldAmount: bigint;
}

Properties

Properties

type
withheldAmount: bigint