Avalanche SDK Client
    Preparing search index...

    Module methods/info

    Type Aliases

    AcpsErrorType
    AcpsReturnType

    Return type for the info.acps method.

    GetBlockchainIDErrorType
    GetBlockchainIDParameters

    Parameters for the info.getBlockchainID method.

    GetBlockchainIDReturnType

    Return type for the info.getBlockchainID method.

    GetNetworkIDErrorType
    GetNetworkIDReturnType

    Return type for the info.getNetworkID method.

    GetNetworkNameErrorType
    GetNetworkNameReturnType

    Return type for the info.getNetworkName method.

    GetNodeIDErrorType
    GetNodeIDReturnType

    Return type for the info.getNodeID method.

    GetNodeIPErrorType
    GetNodeIPReturnType

    Return type for the info.getNodeIP method.

    GetNodeVersionErrorType
    GetNodeVersionReturnType

    Return type for the info.getNodeVersion method.

    GetTxFeeErrorType
    GetTxFeeReturnType

    Return type for the info.getTxFee method.

    GetVMsErrorType
    GetVMsReturnType

    Return type for the info.getVMs method.

    IsBootstrappedErrorType
    IsBootstrappedParameters

    Parameters for the info.isBootstrapped method.

    IsBootstrappedReturnType

    Return type for the info.isBootstrapped method.

    PeersErrorType
    PeersParameters

    Parameters for the info.peers method.

    PeersReturnType

    Return type for the info.peers method.

    UpgradesErrorType
    UpgradesReturnType

    Return type for the info.upgrades method.

    UptimeErrorType
    UptimeReturnType

    Return type for the info.uptime method.

    Functions

    acps

    Returns peer preferences for Avalanche Community Proposals (ACPs).

    getBlockchainID

    Given a blockchain's alias, get its ID.

    getNetworkID

    Get the ID of the network this node is participating in. Network ID of 1 = Mainnet, Network ID of 5 = Fuji (testnet).

    getNetworkName

    Get the name of the network this node is participating in.

    getNodeID

    Get the ID, the BLS key, and the proof of possession of this node. Note: This endpoint is only available on specific nodes, not on public servers.

    getNodeIP

    Get the IP address of this node.

    getNodeVersion

    Get the version of this node.

    getTxFee

    Get the transaction fee for this node.

    getVMs

    Get the virtual machines (VMs) this node is running.

    isBootstrapped

    Check whether a given chain is done bootstrapping.

    peers

    Get a description of peer connections.

    upgrades

    Returns the upgrade history and configuration of the network.

    uptime

    Returns the network's observed uptime of this node. This is the only reliable source of data for your node's uptime.