Skip to content

Function: getSettingsAccountCodec()

ts
function getSettingsAccountCodec(): FixedSizeCodec<
  SettingsAccountArgs,
  SettingsAccount
>;

Gets the codec for SettingsAccount account data.

Returns

FixedSizeCodec<SettingsAccountArgs, SettingsAccount>