Contract deployment statistics

Contract

interface Contract {
    total?: string | number;
    list?: { count?: string; total?: string; statTime?: string }[];
}

Properties

Properties

total?: string | number

Total number of records

list?: { count?: string; total?: string; statTime?: string }[]

List of contract statistics

Type declaration

  • Optionalcount?: string

    Daily deployed contracts count

  • Optionaltotal?: string

    Total deployed contracts count

  • OptionalstatTime?: string

    Statistics timestamp (UTC)