Function: getRunAccountCodec()
ts
function getRunAccountCodec(): FixedSizeCodec<
RunAccountArgs,
RunAccount
>;Gets the codec for RunAccount account data.
Returns
FixedSizeCodec<RunAccountArgs, RunAccount>