NetworkInfo describes information about a network

interface NetworkInfo {
    id: Uint8Array;
    name: string;
}

Properties

Properties

id: Uint8Array
name: string

Generated using TypeDoc