Register CBOR encoders for all types. This is safe to do as multiple encoders for the same CBOR tag is not a problem.
Currently, this auto-registers the following encoders:
AccountAddress
TokenAmount
CborMemo
Generated using TypeDoc
Register CBOR encoders for all types. This is safe to do as multiple encoders for the same CBOR tag is not a problem.
Currently, this auto-registers the following encoders:
AccountAddress: For encoding Concordium account addresses in CBOR formatTokenAmount: For encoding protocol-level token amounts in CBOR formatCborMemo: For encoding protocol-level token memos in CBOR format