Class TxRollupSubmitBatchContent
Inheritance
System.Object
TxRollupSubmitBatchContent
Assembly: Netezos.dll
Syntax
public class TxRollupSubmitBatchContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
BurnLimit
Declaration
public long? BurnLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Content
Declaration
public byte[] Content { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Rollup
Declaration
public string Rollup { get; set; }
Property Value
Type |
Description |
System.String |
|