Interface ISmartContractPredefineds
Assembly: Algorand.dll
Syntax
public interface ISmartContractPredefineds : IAlgorandCommonPredefineds
Properties
|
Edit this page
View Source
AssetReferences
Declaration
AssetReference[] AssetReferences { get; }
Property Value
|
Edit this page
View Source
CreatorAddress
Declaration
byte[] CreatorAddress { get; }
Property Value
|
Edit this page
View Source
CurrentApplicationAddress
Declaration
byte[] CurrentApplicationAddress { get; }
Property Value
|
Edit this page
View Source
CurrentApplicationID
Declaration
ulong CurrentApplicationID { get; }
Property Value
|
Edit this page
View Source
LatestTimeStamp
Declaration
ulong LatestTimeStamp { get; }
Property Value
|
Edit this page
View Source
Round
Declaration
Property Value
Methods
|
Edit this page
View Source
CreateAsset(ulong, uint, bool, byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[])
Declaration
ulong CreateAsset(ulong total, uint decimals, bool defaultFrozen, byte[] unitName = null, byte[] assetName = null, byte[] url = null, byte[] metaDataHash = null, byte[] manager = null, byte[] reserve = null, byte[] freeze = null, byte[] clawback = null)
Parameters
Returns
|
Edit this page
View Source
InvokeSmartContractMethod()
Declaration
void InvokeSmartContractMethod()
|
Edit this page
View Source
LogBytes(byte[])
Declaration
void LogBytes(byte[] bytes)
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
|
Edit this page
View Source
LogInt(long)
Declaration
void LogInt(long integral)
Parameters
| Type |
Name |
Description |
| long |
integral |
|
|
Edit this page
View Source
LogUInt(ulong)
Declaration
void LogUInt(ulong integral)
Parameters
| Type |
Name |
Description |
| ulong |
integral |
|
|
Edit this page
View Source
SwitchLocalAccountContext(int)
Change local account context to index in account array
Declaration
void SwitchLocalAccountContext(int acccountIndex)
Parameters
| Type |
Name |
Description |
| int |
acccountIndex |
|