Documentation
    Preparing search index...

    Interface GetChainIdentifierResponse

    The 32-byte genesis checkpoint digest (uniquely identifies the network), base58 encoded.

    interface GetChainIdentifierResponse {
        chainIdentifier: string;
    }
    Index
    chainIdentifier: string