- Preparing search index...
- The search index is not available
cardano-sdk
Variable networkInfoConst
network
Info
: { lovelaceSupply
: { circulating
: bigint; total
: bigint; }; network
: { eraSummaries
: EraSummary[]; magic
: number; }; stake
: { active
: bigint; live
: bigint; }; } = ...
Type declaration
-
lovelaceSupply: {
circulating: bigint;
total: bigint;
}
-
circulating: bigint
-
total: bigint
-
network: {
eraSummaries: EraSummary[];
magic: number;
}
-
stake: {
active: bigint;
live: bigint;
}
-
active: bigint
-
live: bigint