ProcessingModule class

Constructors

ProcessingModule.new(TonSdkCore core)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel_monitor(ParamsOfCancelMonitor params) Future<void>
Cancels all background activity and releases all allocated system resources for the specified monitoring queue.
fetch_next_monitor_results(ParamsOfFetchNextMonitorResults params) Future<ResultOfFetchNextMonitorResults>
Results and waiting options are depends on the wait parameter. All returned results will be removed from the queue's resolved list.
get_monitor_info(ParamsOfGetMonitorInfo params) Future<MonitoringQueueInfo>
Returns summary information about current state of the specified monitoring queue.
monitor_messages(ParamsOfMonitorMessages params) Future<void>
Message monitor performs background monitoring for a message processing results for the specified set of messages.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process_message(ParamsOfProcessMessage params) Future<ResultOfProcessMessage>
Creates ABI-compatible message, sends it to the network and monitors for the result transaction. Decodes the output messages' bodies.
send_message(ParamsOfSendMessage params) Future<ResultOfSendMessage>
Sends message to the network and returns the last generated shard block of the destination account before the message was sent. It will be required later for message processing.
send_messages(ParamsOfSendMessages params) Future<ResultOfSendMessages>
Sends specified messages to the blockchain.
toString() String
A string representation of this object.
inherited
wait_for_transaction(ParamsOfWaitForTransaction params) Future<ResultOfProcessMessage>
send_events enables intermediate events, such as WillFetchNextBlock, FetchNextBlockFailed that may be useful for logging of new shard blocks creation during message processing.

Operators

operator ==(Object other) bool
The equality operator.
inherited