Class SessionTransactionV1Target
Inheritance
SessionTransactionV1Target
Assembly: Casper.Network.SDK.dll
Syntax
public class SessionTransactionV1Target : ITransactionV1Target
Constructors
|
Edit this page
View Source
SessionTransactionV1Target()
Declaration
public SessionTransactionV1Target()
Properties
|
Edit this page
View Source
IsInstallUpgrade
Flag determining if the Wasm is an install/upgrade.
Declaration
[JsonPropertyName("is_install_upgrade")]
public bool IsInstallUpgrade { get; set; }
Property Value
|
Edit this page
View Source
ModuleBytes
Wasm bytes for a Session transaction type.
Declaration
[JsonPropertyName("module_bytes")]
[JsonConverter(typeof(HexBytesConverter))]
public byte[] ModuleBytes { get; set; }
Property Value
|
Edit this page
View Source
Runtime
Targeted Casper VM version.
Declaration
[JsonPropertyName("runtime")]
public TransactionRuntime Runtime { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
Implements