Class Operation
Inheritance
System.Object
Operation
Assembly: Netezos.dll
Syntax
public class Operation : object
Properties
|
Improve this Doc
View Source
Branch
Declaration
public string Branch { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Contents
Declaration
public List<OperationContent> Contents { get; set; }
Property Value
|
Improve this Doc
View Source
Hash
Declaration
public string Hash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Signature
Declaration
public string Signature { get; set; }
Property Value
Type |
Description |
System.String |
|