Casper.Network.SDK
Show / Hide Table of Contents

Class PayloadFields

Inheritance
object
BaseByteSerializer
PayloadFields
Inherited Members
BaseByteSerializer.WriteInteger(MemoryStream, int)
BaseByteSerializer.WriteUShort(MemoryStream, ushort)
BaseByteSerializer.WriteUInteger(MemoryStream, uint)
BaseByteSerializer.WriteULong(MemoryStream, ulong)
BaseByteSerializer.WriteByte(MemoryStream, byte)
BaseByteSerializer.WriteBytes(MemoryStream, byte[])
BaseByteSerializer.WriteString(MemoryStream, string)
BaseByteSerializer.WriteMaybeUInteger(MemoryStream, uint?)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
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
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

RuntimeArgs

Declaration
[JsonPropertyName("args")]
[JsonConverter(typeof(NamedArgsListConverter<NamedArg, NamedArg.NamedArgConverter>))]
public List<NamedArg> RuntimeArgs { get; init; }
Property Value
Type Description
List<NamedArg>
| Edit this page View Source

Scheduling

Declaration
[JsonPropertyName("scheduling")]
[JsonConverter(typeof(TransactionV1Scheduling.TransactionV1SchedulingConverter))]
public ITransactionV1Scheduling Scheduling { get; init; }
Property Value
Type Description
ITransactionV1Scheduling
| Edit this page View Source

Target

Declaration
[JsonPropertyName("target")]
[JsonConverter(typeof(TransactionV1Target.TransactionTargetConverter))]
public ITransactionV1Target Target { get; init; }
Property Value
Type Description
ITransactionV1Target

Methods

| Edit this page View Source

AddField(ushort, byte[])

Declaration
public void AddField(ushort field, byte[] value)
Parameters
Type Name Description
ushort field
byte[] value
| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC