near-api-js - v7.0.4
    Preparing search index...

    Type Alias RpcPeerInfo

    type RpcPeerInfo = {
        account_id?: AccountId | null;
        addr?: string | null;
        id: PeerId;
    }
    Index

    Properties

    Properties

    account_id?: AccountId | null
    addr?: string | null
    id: PeerId