AccountStats<V>: {
    account: string;
    stats: V;
}

Stats of the given account.

Type Parameters

  • V = any

    The type of the account stats.

Type declaration

  • account: string

    The account address.

  • stats: V

    The aggregated stats.

Generated using TypeDoc