Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SmartContractEventArgs.cs
1
using
Waher.Networking.XMPP.Events
;
2
3
namespace
Waher.Networking.XMPP.Contracts.EventArguments
4
{
8
public
class
SmartContractEventArgs
:
IqResultEventArgs
9
{
10
private
readonly
Contract
contract;
11
17
public
SmartContractEventArgs
(
IqResultEventArgs
e,
Contract
Contract
)
18
: base(e)
19
{
20
this.contract =
Contract
;
21
}
22
26
public
Contract
Contract
=> this.contract;
27
}
28
}
Waher.Networking.XMPP.Contracts.Contract
Contains the definition of a contract
Definition:
Contract.cs:22
Waher.Networking.XMPP.Contracts.EventArguments.SmartContractEventArgs
Event arguments for smart contract responses
Definition:
SmartContractEventArgs.cs:9
Waher.Networking.XMPP.Contracts.EventArguments.SmartContractEventArgs.SmartContractEventArgs
SmartContractEventArgs(IqResultEventArgs e, Contract Contract)
Event arguments for smart contract responses
Definition:
SmartContractEventArgs.cs:17
Waher.Networking.XMPP.Contracts.EventArguments.SmartContractEventArgs.Contract
Contract Contract
Smart Contract
Definition:
SmartContractEventArgs.cs:26
Waher.Networking.XMPP.Events.IqResultEventArgs
Event arguments for responses to IQ queries.
Definition:
IqResultEventArgs.cs:11
Waher.Networking.XMPP.Contracts.EventArguments
Definition:
ContractPetitionEventArgs.cs:5
Waher.Networking.XMPP.Events
Definition:
CustomPresenceEventArgs.cs:5
IoTGateway
Networking
Waher.Networking.XMPP.Contracts
EventArguments
SmartContractEventArgs.cs
Generated by
1.9.5