MCPcopy Create free account
hub / github.com/dfinity/orbit / AccountAddress

Interface AccountAddress

cli/src/audit/generated/station.did.d.ts:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 * Record type to describe an address of an account.
48 */
49export interface AccountAddress {
50 /**
51 * The address.
52 */
53 'address' : string,
54 /**
55 * The format of the address, eg. icp_account_identifier.
56 */
57 'format' : string,
58}
59/**
60 * Record type to describe an asset of an account.
61 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected