Skip to content

Function: getWithdrawInstructionDataCodec()

ts
function getWithdrawInstructionDataCodec(): FixedSizeCodec<
  WithdrawInstructionDataArgs,
  WithdrawInstructionData
>;

Returns

FixedSizeCodec<WithdrawInstructionDataArgs, WithdrawInstructionData>