fromCandidAccount
fromCandidAccount(
-):IcrcAccount
Defined in: packages/ledger-icrc/src/converters/converters.ts:11
Converts a Candid Account object to an IcrcAccount, effectively transforming nullable properties into nullish ones.
Parameters
Section titled “Parameters”-
The Candid Account object to convert.
Returns
Section titled “Returns”- The converted IcrcAccount object.