Class ModifiedCreatable

ModifiedCreatable represents a change to a single creatable state

Implements

Constructors

Properties

creatableType: number

Type of the creatable. The values are:

  • 0: Asset
  • 1: Application
created: boolean

Created if true, deleted if false

creator: Address

creator of the app/asset

ndeltas: number

Keeps track of how many times this app/asset appears in accountUpdates.creatableDeltas

encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc