Beispiel #1
0
 /// <summary>Initializes a new instance of the <see cref="CryptoCurrencyWithdrawal"/> class.</summary>
 /// <param name="data">The data.</param>
 internal CryptoCurrencyWithdrawal(WithdrawalBase data)
 {
     this.wrapped = data;
 }
 /// <summary>Initializes a new instance of the <see cref="SpeiWithdrawal"/> class.</summary>
 /// <param name="data">The data.</param>
 internal SpeiWithdrawal(WithdrawalBase data)
 {
     this.wrapped = data;
 }