Class GetWasmBytecodeCommandResponse
Response for GetWasmBytecode
public sealed class GetWasmBytecodeCommandResponse : ICommandResponse<GetWasmBytecodeCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetWasmBytecodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Bytecode
Gets or sets the bytecode
[JsonPropertyName("bytecode")]
public string Bytecode { get; set; }