Hierarchy

  • KristTransaction

Properties

from: string

The sender of this transaction. This may be null if the transaction was a block mining reward.

id: number

The ID of this transaction.

metadata: null | string

Transaction metadata, or null.

name: null | string

The name associated with this transaction, without the .kst suffix, or null.

sent_metaname: null | string

The "metaname" (part before the "@") of the recipient of this transaction, if it was sent to a name.

sent_name: null | string

The name this transaction was sent to, without the .kst suffix, if it was sent to a name.

time: string

The time this transaction was made, as an ISO-8601 string.

to: string

The recipient of this transaction. This may be "name" if the transaction was a name purchase, or "a" if it was a name's data change.

The inferred type of this transaction.

value: number

The amount of Krist transferred in this transaction. Can be 0, notably if the transaction was a name's data change.

Generated using TypeDoc