AbstractTransaction

public protocol AbstractTransaction

Abstract representation of all transaction types

  • id

    internal id for this transaction

    Declaration

    Swift

    var id: Int? { get set }
  • value in zatoshi

    Declaration

    Swift

    var value: Int { get set }
  • data containing the memo if any

    Declaration

    Swift

    var memo: Data? { get set }