newerTransferFee
newerTransferFee: {
epoch: bigint;
maximumFee: bigint;
transferFeeBasisPoints: number;
}
olderTransferFee
olderTransferFee: {
epoch: bigint;
maximumFee: bigint;
transferFeeBasisPoints: number;
}
transferFeeConfigAuthority
transferFeeConfigAuthority: never
withdrawWithheldAuthority
withdrawWithheldAuthority: never
withheldAmount
withheldAmount: bigint
Transfer fee configuration extension.
Since
1.1.0