TransactionEntity
public protocol TransactionEntity
convenience representation of all transaction types
-
Internal transactio id
Declaration
Swift
var id: Int? { get set } -
Blockchain transaction id
Declaration
Swift
var transactionId: Data { get set } -
String representing the date of creation
format is yyyy-MM-dd’T'HH:MM:ss.SSSSSSSSSZ
- Example: 2019-12-04T17:49:10.636624000Z
Declaration
Swift
var created: String? { get set } -
Undocumented
Declaration
Swift
var transactionIndex: Int? { get set } -
Undocumented
Declaration
Swift
var expiryHeight: BlockHeight? { get set } -
Undocumented
Declaration
Swift
var minedHeight: BlockHeight? { get set } -
Undocumented
Declaration
Swift
var raw: Data? { get set } -
hash(into:)Extension methodUndocumented
Declaration
Swift
func hash(into hasher: inout Hasher) -
==(_:_:)Extension methodUndocumented
Declaration
Swift
static func == (lhs: Self, rhs: Self) -> Bool
TransactionEntity Protocol Reference