interface ProtocolVersion {
    app: bigint;
    block: bigint;
    p2p: bigint;
}

Properties

Properties

app: bigint
block: bigint
p2p: bigint