Class WireType
Assembly: Algorand.dll
Syntax
public abstract class WireType
Properties
|
Edit this page
View Source
IsDynamic
Declaration
public abstract bool IsDynamic { get; }
Property Value
Methods
|
Edit this page
View Source
Decode(byte[])
Declaration
public abstract uint Decode(byte[] data)
Parameters
| Type |
Name |
Description |
| byte[] |
data |
|
Returns
|
Edit this page
View Source
Encode()
Declaration
public abstract byte[] Encode()
Returns
|
Edit this page
View Source
From(object)
Create instance of the object from the value
Declaration
public abstract bool From(object instance)
Parameters
| Type |
Name |
Description |
| object |
instance |
C# variable
|
Returns
|
Edit this page
View Source
FromABIDescription(string)
Declaration
public static WireType FromABIDescription(string description)
Parameters
| Type |
Name |
Description |
| string |
description |
|
Returns
|
Edit this page
View Source
GetDescription()
Declaration
public abstract string GetDescription()
Returns
|
Edit this page
View Source
ToValue()
Converts WireType to c# value
Declaration
public abstract object ToValue()
Returns