The type of a transaction. For historical transactions, the type field is
calculated (by the Krist API) based on the contents of the transaction.
mined: The block reward paid to the submitter of this block. from will
be null.
transfer: A transfer of Krist from one address to another.
name_purchase: A purchase of a name. to will be "name", name will
be the name that was purchased, without the .kst suffix.
name_a_record: An update to a name's data. to will be "a", name
will be the name that was updated, without the .kst suffix.
name_transfer: A transfer of a name to a new owner. to will be the
name's new owner, name will be the name that was transferred, without the
.kst suffix.
unknown: The transaction type could not be determined.
The type of a transaction. For historical transactions, the
typefield is calculated (by the Krist API) based on the contents of the transaction.mined: The block reward paid to the submitter of this block.fromwill benull.transfer: A transfer of Krist from one address to another.name_purchase: A purchase of a name.towill be"name",namewill be the name that was purchased, without the.kstsuffix.name_a_record: An update to a name's data.towill be"a",namewill be the name that was updated, without the.kstsuffix.name_transfer: A transfer of a name to a new owner.towill be the name's new owner,namewill be the name that was transferred, without the.kstsuffix.unknown: The transaction type could not be determined.