Class ByteCode
A container for contract's Wasm bytes.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ByteCode
Properties
| Edit this page View SourceBytes
Declaration
[JsonPropertyName("bytes")]
public string Bytes { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Declaration
[JsonPropertyName("kind")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ByteCodeKind Kind { get; init; }
Property Value
| Type | Description |
|---|---|
| ByteCodeKind |