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