Struct DisassembleResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct DisassembleResponse : IEquatable<DisassembleResponse>
Properties
Result
disassembled Teal code
Declaration
public string Result { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
Equals(DisassembleResponse)
Declaration
public bool Equals(DisassembleResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| DisassembleResponse | other |
Returns
| Type | Description |
|---|---|
| Boolean |