Class PayloadFields
Inheritance
PayloadFields
Assembly: Casper.Network.SDK.dll
Syntax
public class PayloadFields : BaseByteSerializer
Properties
|
Edit this page
View Source
EntryPoint
Declaration
[JsonPropertyName("entry_point")]
[JsonConverter(typeof(TransactionV1EntryPoint.TransactionEntryPointConverter))]
public ITransactionV1EntryPoint EntryPoint { get; init; }
Property Value
|
Edit this page
View Source
RuntimeArgs
Declaration
[JsonPropertyName("args")]
[JsonConverter(typeof(NamedArgsListConverter<NamedArg, NamedArg.NamedArgConverter>))]
public List<NamedArg> RuntimeArgs { get; init; }
Property Value
|
Edit this page
View Source
Scheduling
Declaration
[JsonPropertyName("scheduling")]
[JsonConverter(typeof(TransactionV1Scheduling.TransactionV1SchedulingConverter))]
public ITransactionV1Scheduling Scheduling { get; init; }
Property Value
|
Edit this page
View Source
Target
Declaration
[JsonPropertyName("target")]
[JsonConverter(typeof(TransactionV1Target.TransactionTargetConverter))]
public ITransactionV1Target Target { get; init; }
Property Value
Methods
|
Edit this page
View Source
AddField(ushort, byte[])
Declaration
public void AddField(ushort field, byte[] value)
Parameters
|
Edit this page
View Source
ToBytes()
Declaration
Returns