SubnetStatus: { subnetId: string; nodeKeys: Map<string, utils.agent.DerEncodedPublicKey>; metrics?: { num_canisters: bigint; canister_state_bytes: bigint; consumed_cycles_total: { current: bigint; deleted: bigint; }; update_transactions_total: bigint; }; } Type declaration
subnetId: string
Optional
metrics?: {
num_canisters: bigint;
canister_state_bytes: bigint;
consumed_cycles_total: {
current: bigint;
deleted: bigint;
};
update_transactions_total: bigint;
}
num_canisters: bigint
canister_state_bytes: bigint
consumed_cycles_total: {
current: bigint;
deleted: bigint;
}
current: bigint
deleted: bigint
update_transactions_total: bigint
Represents the useful information about a subnet