Class AssetHoldingDelta

AssetHoldingDelta records a changed AssetHolding, and whether it was deleted

Implements

Constructors

Properties

deleted: boolean
holding?: AssetHolding
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