gill

parseConfidentialWithdrawInstruction

function parseConfidentialWithdrawInstruction<TProgram, TAccountMetas>(instruction): ParsedConfidentialWithdrawInstruction<TProgram, TAccountMetas>;

Type Parameters

Type Parameter
TProgram extends string
TAccountMetas extends readonly IAccountMeta[]

Parameters

ParameterType
instructionIInstruction<TProgram> & IInstructionWithAccounts<TAccountMetas> & IInstructionWithData<Uint8Array<ArrayBufferLike>>

Returns

ParsedConfidentialWithdrawInstruction<TProgram, TAccountMetas>

On this page