Class Address
Assembly: Algorand.dll
Syntax
public class Address : FixedArray<Byte>
Constructors
|
Edit this page
View Source
Address()
Declaration
Properties
|
Edit this page
View Source
IsDynamic
Declaration
public override bool IsDynamic { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
From(object)
Create instance of the object from the value
Declaration
public override bool From(object instance)
Parameters
| Type |
Name |
Description |
| object |
instance |
C# variable
|
Returns
Overrides
|
Edit this page
View Source
ToValue()
Converts WireType to c# value
Declaration
public override object ToValue()
Returns
Overrides