Activity related to an account

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

Properties

blockHash: `mh_${string}`

Micro block hash

blockTime: Date

The time in which the block happened

height: number

The block height

A mix of all activity types.

type: string

The event type