AppleSauce
    Preparing search index...

    Response for get_info method

    interface GetInfoResult {
        alias: string;
        block_hash: string;
        block_height: number;
        color: string;
        methods: WalletMethod[];
        network: "mainnet" | "testnet" | "signet" | "regtest";
        notifications?: NotificationType[];
        pubkey: string;
    }
    Index

    Properties

    alias: string

    Node alias

    block_hash: string

    Current block hash as hex string

    block_height: number

    Current block height

    color: string

    Node color as hex string

    methods: WalletMethod[]

    List of supported methods for this connection

    network: "mainnet" | "testnet" | "signet" | "regtest"

    Network type

    notifications?: NotificationType[]

    List of supported notifications for this connection, optional

    pubkey: string

    Node public key as hex string