AssetOwner: {
    latestBlockNumber: number;
    owner: string;
    quantity: Bignumber;
    updatedAt: string;
}

Type declaration

  • latestBlockNumber: number

    The latest block number the owner quantity was changed.

  • owner: string

    The address of the owner.

  • quantity: Bignumber

    The balance of the owner.

  • updatedAt: string

    The last time the owner quantity was updated by the indexer.