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