Class AssetReference
Inheritance
AssetReference
Assembly: Algorand.dll
Syntax
public sealed class AssetReference
Fields
|
Edit this page
View Source
Clawback
Declaration
[Storage(StorageType.Protocol)]
public byte[] Clawback
Field Value
|
Edit this page
View Source
Creator
Declaration
[Storage(StorageType.Protocol)]
public byte[] Creator
Field Value
|
Edit this page
View Source
Decimals
Declaration
[Storage(StorageType.Protocol)]
public ulong Decimals
Field Value
|
Edit this page
View Source
DefaultFrozen
Declaration
[Storage(StorageType.Protocol)]
public ulong DefaultFrozen
Field Value
|
Edit this page
View Source
Freeze
Declaration
[Storage(StorageType.Protocol)]
public byte[] Freeze
Field Value
|
Edit this page
View Source
Id
Declaration
[Storage(StorageType.Protocol)]
public ulong Id
Field Value
|
Edit this page
View Source
Manager
Declaration
[Storage(StorageType.Protocol)]
public byte[] Manager
Field Value
|
Edit this page
View Source
Declaration
[Storage(StorageType.Protocol)]
public byte[] MetadataHash
Field Value
|
Edit this page
View Source
Name
Declaration
[Storage(StorageType.Protocol)]
public byte[] Name
Field Value
|
Edit this page
View Source
Reserve
Declaration
[Storage(StorageType.Protocol)]
public byte[] Reserve
Field Value
|
Edit this page
View Source
Total
Declaration
[Storage(StorageType.Protocol)]
public ulong Total
Field Value
|
Edit this page
View Source
URL
Declaration
[Storage(StorageType.Protocol)]
public byte[] URL
Field Value
|
Edit this page
View Source
UnitName
Declaration
[Storage(StorageType.Protocol)]
public byte[] UnitName
Field Value
Methods
|
Edit this page
View Source
Transfer(AccountReference, ulong)
Declaration
public void Transfer(AccountReference recipientAddress, ulong amount)
Parameters
|
Edit this page
View Source
Update(byte[], byte[], byte[], byte[])
Declaration
public void Update(byte[] Manager = null, byte[] Reserve = null, byte[] Freeze = null, byte[] Clawback = null)
Parameters
| Type |
Name |
Description |
| byte[] |
Manager |
|
| byte[] |
Reserve |
|
| byte[] |
Freeze |
|
| byte[] |
Clawback |
|