gill
gill/programs/token/Type aliases

EmptyConfidentialTransferAccountInstruction

type EmptyConfidentialTransferAccountInstruction<TProgram, TAccountToken, TAccountInstructionsSysvarOrContextState, TAccountRecord, TAccountAuthority, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountToken extends string ? WritableAccount<TAccountToken> : TAccountToken, TAccountInstructionsSysvarOrContextState extends string ? ReadonlyAccount<TAccountInstructionsSysvarOrContextState> : TAccountInstructionsSysvarOrContextState, TAccountRecord extends string ? ReadonlyAccount<TAccountRecord> : TAccountRecord, TAccountAuthority extends string ? ReadonlyAccount<TAccountAuthority> : TAccountAuthority, ...TRemainingAccounts]>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof TOKEN_2022_PROGRAM_ADDRESS
TAccountToken extends string | IAccountMeta<string>string
TAccountInstructionsSysvarOrContextState extends string | IAccountMeta<string>"Sysvar1nstructions1111111111111111111111111"
TAccountRecord extends string | IAccountMeta<string>string
TAccountAuthority extends string | IAccountMeta<string>string
TRemainingAccounts extends readonly IAccountMeta<string>[][]

On this page