Method | Description | |
---|---|---|
WalletCoinsReceivedEventArgs ( |
public WalletCoinsReceivedEventArgs ( |
||
tx | The transaction which sent us the coins. | |
prevBalance | ulong | Balance before the coins were received. |
newBalance | ulong | Current balance of the wallet. |
return | System |