Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRemoteIdentifier.cs
1
using
Waher.Runtime.Inventory
;
2
3
namespace
Paiwise
4
{
8
[DefaultImplementation(typeof(RemoteIdentifier))]
9
public
interface
IRemoteIdentifier
10
{
14
string
AddressType
{
get
; }
15
19
string
Address
{
get
; }
20
}
21
}
Paiwise.IRemoteIdentifier
Interface for remote identifiers.
Definition:
IRemoteIdentifier.cs:10
Paiwise.IRemoteIdentifier.AddressType
string AddressType
Remote Address Type, identifying the type of address used in Address.
Definition:
IRemoteIdentifier.cs:14
Paiwise.IRemoteIdentifier.Address
string Address
Remote Address, identifying the remote party.
Definition:
IRemoteIdentifier.cs:19
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Payments
IRemoteIdentifier.cs
Generated by
1.9.5