Skip to content

Function: getJobAccountCodec()

ts
function getJobAccountCodec(): FixedSizeCodec<
  JobAccountArgs,
  JobAccount
>;

Gets the codec for JobAccount account data.

Returns

FixedSizeCodec<JobAccountArgs, JobAccount>