Activity related to an account

interface Activity {
    blockHash: `mh_${string}`;
    blockTime: Date;
    height: number;
    payload: ActivityPayload;
    type: ActivityType;
}

Properties

blockHash: `mh_${string}`

Micro block hash

blockTime: Date
height: number

The block height

A mix of all activity types.

The event type