Casper.Network.SDK
Show / Hide Table of Contents

Class ByteCode

A container for contract's Wasm bytes.

Inheritance
object
ByteCode
Inherited Members
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 ByteCode

Properties

| Edit this page View Source

Bytes

Declaration
[JsonPropertyName("bytes")]
public string Bytes { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Kind

Declaration
[JsonPropertyName("kind")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ByteCodeKind Kind { get; init; }
Property Value
Type Description
ByteCodeKind
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC