Skip to main content

TransactionsFilter

TransactionsFilter

struct TransactionsFilter

init(function:kind:afterCheckpoint:atCheckpoint:beforeCheckpoint:sentAddress:recvAddress:inputObject:changedObject:transactionIds:wrappedOrDeletedObject:)

init(function: String? = nil, kind: TransactionBlockKindInput? = nil, afterCheckpoint: UInt64? = nil, atCheckpoint: UInt64? = nil, beforeCheckpoint: UInt64? = nil, sentAddress: Address? = nil, recvAddress: Address? = nil, inputObject: ObjectId? = nil, changedObject: ObjectId? = nil, transactionIds: [String]? = nil, wrappedOrDeletedObject: ObjectId? = nil)

afterCheckpoint

var afterCheckpoint: UInt64?

atCheckpoint

var atCheckpoint: UInt64?

beforeCheckpoint

var beforeCheckpoint: UInt64?

changedObject

var changedObject: ObjectId?

function

var function: String?

inputObject

var inputObject: ObjectId?

kind

var kind: TransactionBlockKindInput?

recvAddress

var recvAddress: Address?

sentAddress

var sentAddress: Address?

transactionIds

var transactionIds: [String]?

wrappedOrDeletedObject

var wrappedOrDeletedObject: ObjectId?