Class IncreasePaidStorageContent
Inheritance
System.Object
IncreasePaidStorageContent
Assembly: Netezos.dll
Syntax
public class IncreasePaidStorageContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
Amount
Declaration
public BigInteger Amount { get; set; }
Property Value
Type |
Description |
BigInteger |
|
|
Improve this Doc
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides