Skip to content

SubnetStatus

SubnetStatus = object

Defined in: packages/agent/src/canisterStatus/index.ts:41

Represents the useful information about a subnet

the principal id of the canister’s subnet

the keys of the individual nodes in the subnet

optional metrics: object

Defined in: packages/agent/src/canisterStatus/index.ts:45

canister_state_bytes: bigint

consumed_cycles_total: object

consumed_cycles_total.current: bigint

consumed_cycles_total.deleted: bigint

num_canisters: bigint

update_transactions_total: bigint


nodeKeys: Map<string, DerEncodedPublicKey>

Defined in: packages/agent/src/canisterStatus/index.ts:44


subnetId: string

Defined in: packages/agent/src/canisterStatus/index.ts:43