Skip to content

Function: getUpdateInstructionDataCodec()

ts
function getUpdateInstructionDataCodec(): FixedSizeCodec<
  UpdateInstructionDataArgs,
  UpdateInstructionData
>;

Returns

FixedSizeCodec<UpdateInstructionDataArgs, UpdateInstructionData>