Hierarchy

  • DecentrawebGraph

Constructors

Properties

baseUrl: string
chainId: ChainId
grapnNetwork: "matic" | "eth"
network: Network

Methods

  • Get all domains owned by address on current network

    Parameters

    • address: string

      Ethereum address

    • skip: number
    • limit: number

    Returns Promise<{
        createdAt: Date;
        expiresAt: null | Date;
        isTLD: boolean;
        name: string;
        renewalFee: null | number;
    }[]>

Generated using TypeDoc