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