Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AptosMCMSType cldf.ContractType = "AptosManyChainMultisig" AptosCurseMCMSType cldf.ContractType = "AptosCurseMCMS" AptosCCIPType cldf.ContractType = "AptosCCIP" AptosReceiverType cldf.ContractType = "AptosReceiver" AptosManagedTokenPoolType cldf.ContractType = "AptosManagedTokenPool" AptosRegulatedTokenPoolType cldf.ContractType = "AptosRegulatedTokenPool" AptosManagedTokenType cldf.ContractType = "AptosManagedTokenType" AptosRegulatedTokenType cldf.ContractType = "AptosRegulatedTokenType" AptosTestTokenType cldf.ContractType = "AptosTestToken" BurnMintTokenPool cldf.ContractType = "BurnMintTokenPool" BurnFromMintTokenPool cldf.ContractType = "BurnFromMintTokenPool" LockReleaseTokenPool cldf.ContractType = "LockReleaseTokenPool" )
Functions ¶
func PopulateDataStore ¶
func PopulateDataStore(addressBook cldf.AddressBook) (*datastore.MemoryDataStore, error)
Types ¶
type TokenSymbol ¶
type TokenSymbol string
const ( LinkSymbol TokenSymbol = "LINK" APTSymbol TokenSymbol = "APT" AptosAPTAddress = "0xa" )
func (TokenSymbol) String ¶
func (ts TokenSymbol) String() string
Click to show internal directories.
Click to hide internal directories.