OperationObject

public struct OperationObject : Decodable
  • Declaration

    Swift

    public let trxId: Data
  • Declaration

    Swift

    public let block: UInt32
  • Declaration

    Swift

    public let trxInBlock: UInt32
  • Declaration

    Swift

    public let opInTrx: UInt32
  • Declaration

    Swift

    public let virtualOp: UInt32
  • Declaration

    Swift

    public let timestamp: Date
  • Declaration

    Swift

    public var operation: OperationType { get }