gill

getTransferCheckedWithFeeInstruction

function getTransferCheckedWithFeeInstruction<TAccountSource, TAccountMint, TAccountDestination, TAccountAuthority, TProgramAddress>(input, config?): TransferCheckedWithFeeInstruction<TProgramAddress, TAccountSource, TAccountMint, TAccountDestination, 
  | Address<TAccountAuthority>
  | TransactionSigner<TAccountAuthority> extends TransactionSigner<TAccountAuthority> ? IAccountMeta<TAccountAuthority> & {
  role: READONLY_SIGNER;
} & IAccountSignerMeta<TAccountAuthority, TransactionSigner<TAccountAuthority>> : TAccountAuthority>;

Type Parameters

Type ParameterDefault type
TAccountSource extends string-
TAccountMint extends string-
TAccountDestination extends string-
TAccountAuthority extends string-
TProgramAddress extends AddressAddress<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb">

Parameters

ParameterType
inputTransferCheckedWithFeeInput<TAccountSource, TAccountMint, TAccountDestination, TAccountAuthority>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

TransferCheckedWithFeeInstruction<TProgramAddress, TAccountSource, TAccountMint, TAccountDestination, | Address<TAccountAuthority> | TransactionSigner<TAccountAuthority> extends TransactionSigner<TAccountAuthority> ? IAccountMeta<TAccountAuthority> & { role: READONLY_SIGNER; } & IAccountSignerMeta<TAccountAuthority, TransactionSigner<TAccountAuthority>> : TAccountAuthority>

On this page