Skip to main content

ResQ.Core.NeoClient

NeoClient.RecordEventAsync(BlockchainEvent, CancellationToken) Method

Records an event on the Neo N3 blockchain.
public System.Threading.Tasks.Task<ResQ.Core.TransactionResult> RecordEventAsync(ResQ.Core.BlockchainEvent evt, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

evt BlockchainEvent The event to record. ct System.Threading.CancellationToken Cancellation token.

Returns

System.Threading.Tasks.Task<TransactionResult>
Transaction result including hash and status.