Avalanche SDK Client
    Preparing search index...

    Type Alias BlockchainStatus

    BlockchainStatus: "Validating" | "Created" | "Preferred" | "Syncing" | "Unknown"

    Describes the status of a blockchain.

    • Validating: The blockchain is being validated by this node.
    • Created: The blockchain exists but isn’t being validated by this node.
    • Preferred: The blockchain was proposed to be created and is likely to be created, but the transaction isn’t yet accepted.
    • Syncing: This node is participating in the blockchain as a non-validating node.
    • Unknown: The blockchain either wasn’t proposed or the proposal isn’t preferred.