Delegate AlgoApiField<TAlgoApiObject>.FieldGetter<T>
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public delegate T FieldGetter<T>(TAlgoApiObject messagePackObject);
Parameters
| Type | Name | Description |
|---|---|---|
| TAlgoApiObject | messagePackObject |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |