Tamino API for .NET

TaminoTxId Constructor (String)

Constructor for transaction ID based using TIP or UTX URL.

[Visual Basic]
Overloads Public Sub New( _
   ByVal txIdUrl As String _
)
[C#]
public TaminoTxId(
   string txIdUrl
);

Parameters

txIdUrl
TIP/UTX transaction id URL

Remarks

the TxId URL must start with the protocol "tip:" or "utx:"

See Also

TaminoTxId Class | TaminoTxId Members | SoftwareAG.Tamino.Api Namespace | TaminoTxId Constructor Overload List