Class TransactionHash
Inheritance
TransactionHash
Assembly: Casper.Network.SDK.dll
Syntax
public class TransactionHash
Properties
|
Edit this page
View Source
Deploy
Declaration
public string Deploy { get; init; }
Property Value
|
Edit this page
View Source
Version1
Declaration
public string Version1 { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides