Avalanche SDK Client
    Preparing search index...

    Type Alias GetNodeIDReturnType

    Return type for the info.getNodeID method.

    type GetNodeIDReturnType = {
        nodeID: string;
        nodePOP: { proofOfPossession: string; publicKey: string };
    }
    Index

    Properties

    Properties

    nodeID: string

    The unique identifier of the node

    nodePOP: { proofOfPossession: string; publicKey: string }

    The node's BLS key and proof of possession