Interface FormattedNetwork

Formatted network interface

interface FormattedNetwork {
    description: null | string;
    identifier: string;
    isMainnet: boolean;
    logoUrl: null | string;
    name: string;
}

Properties

description: null | string
identifier: string
isMainnet: boolean
logoUrl: null | string
name: string