Class GetWasmBytecodeResult
public sealed record GetWasmBytecodeResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetWasmBytecodeResult>
- Inheritance
-
EmptyResultGetWasmBytecodeResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetWasmBytecodeResult(string)
public GetWasmBytecodeResult(string Bytecode)
Parameters
BytecodestringScript source. (Encoded as a base64 string when passed over JSON)
Properties
Bytecode
Script source. (Encoded as a base64 string when passed over JSON)
public string Bytecode { get; init; }