Skip to content

Function: getNewClaimInstructionDataCodec()

ts
function getNewClaimInstructionDataCodec(): Codec<
  NewClaimInstructionDataArgs,
  NewClaimInstructionData
>;

Returns

Codec<NewClaimInstructionDataArgs, NewClaimInstructionData>