Documentation ¶
Index ¶
- func ErrorMessageFormat(ch chain.Chain, contractID isc.Hname, errorID uint16, ...) (string, error)
- func GetAccountBalance(ch chain.Chain, agentID isc.AgentID, blockIndexOrTrieRoot string) (*isc.Assets, error)
- func GetAccountFoundries(ch chain.Chain, agentID isc.AgentID, blockIndexOrTrieRoot string) ([]uint32, error)
- func GetAccountNFTs(ch chain.Chain, agentID isc.AgentID, blockIndexOrTrieRoot string) ([]iotago.NFTID, error)
- func GetAccountNonce(ch chain.Chain, agentID isc.AgentID, blockIndexOrTrieRoot string) (uint64, error)
- func GetAccounts(ch chain.Chain, blockIndexOrTrieRoot string) ([]isc.AgentID, error)
- func GetAllowedStateControllerAddresses(ch chain.Chain, blockIndexOrTrieRoot string) ([]iotago.Address, error)
- func GetBlobInfo(ch chain.Chain, blobHash hashing.HashValue, blockIndexOrTrieRoot string) (map[string]uint32, bool, error)
- func GetBlobValue(ch chain.Chain, blobHash hashing.HashValue, key string, ...) ([]byte, error)
- func GetBlockInfo(ch chain.Chain, blockIndex uint32, blockIndexOrTrieRoot string) (*blocklog.BlockInfo, error)
- func GetChainInfo(ch chain.Chain, blockIndexOrTrieRoot string) (*isc.ChainInfo, error)
- func GetChainOwner(ch chain.Chain, blockIndexOrTrieRoot string) (isc.AgentID, error)
- func GetControlAddresses(ch chain.Chain) (*isc.ControlAddresses, error)
- func GetEventsForBlock(ch chain.Chain, blockIndex uint32, blockIndexOrTrieRoot string) ([]*isc.Event, error)
- func GetEventsForContract(ch chain.Chain, contractHname isc.Hname, blockIndexOrTrieRoot string) ([]*isc.Event, error)
- func GetEventsForRequest(ch chain.Chain, requestID isc.RequestID, blockIndexOrTrieRoot string) ([]*isc.Event, error)
- func GetFoundryOutput(ch chain.Chain, serialNumber uint32, blockIndexOrTrieRoot string) (*iotago.FoundryOutput, error)
- func GetLatestBlockInfo(ch chain.Chain, blockIndexOrTrieRoot string) (*blocklog.BlockInfo, error)
- func GetNFTData(ch chain.Chain, nftID iotago.NFTID, blockIndexOrTrieRoot string) (*isc.NFT, error)
- func GetNativeTokenIDRegistry(ch chain.Chain, blockIndexOrTrieRoot string) ([]iotago.NativeTokenID, error)
- func GetRequestIDsForBlock(ch chain.Chain, blockIndex uint32, blockIndexOrTrieRoot string) ([]isc.RequestID, error)
- func GetRequestIDsForLatestBlock(ch chain.Chain, blockIndexOrTrieRoot string) ([]isc.RequestID, error)
- func GetRequestReceipt(ch chain.Chain, requestID isc.RequestID, blockIndexOrTrieRoot string) (*blocklog.RequestReceipt, error)
- func GetRequestReceiptsForBlock(ch chain.Chain, blockIndex uint32, blockIndexOrTrieRoot string) ([]*blocklog.RequestReceipt, error)
- func GetTotalAssets(ch chain.Chain, blockIndexOrTrieRoot string) (*isc.Assets, error)
- func IsRequestProcessed(ch chain.Chain, requestID isc.RequestID, blockIndexOrTrieRoot string) (bool, error)
- func ListBlobs(ch chain.Chain, blockIndexOrTrieRoot string) (map[hashing.HashValue]uint32, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorMessageFormat ¶
func GetAccountBalance ¶
func GetAccountFoundries ¶
func GetAccountNFTs ¶
func GetAccountNonce ¶
func GetAccounts ¶
func GetBlobInfo ¶
func GetBlobValue ¶
func GetBlockInfo ¶
func GetChainInfo ¶
func GetChainOwner ¶
func GetControlAddresses ¶
func GetControlAddresses(ch chain.Chain) (*isc.ControlAddresses, error)
func GetEventsForBlock ¶
func GetEventsForContract ¶
func GetEventsForRequest ¶
func GetFoundryOutput ¶
func GetLatestBlockInfo ¶
func GetNFTData ¶
func GetRequestIDsForBlock ¶
func GetRequestReceipt ¶
func GetTotalAssets ¶
func IsRequestProcessed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.