Versions in this module Expand all Collapse all v1 v1.999.10 Nov 28, 2022 Changes in this version + func NewAddressGroup(facade addressFacadeHandler) (*addressGroup, error) + func NewBlockGroup(facade blockFacadeHandler) (*blockGroup, error) + func NewHardforkGroup(facade hardforkFacadeHandler) (*hardforkGroup, error) + func NewInternalBlockGroup(facade internalBlockFacadeHandler) (*internalBlockGroup, error) + func NewNetworkGroup(facade networkFacadeHandler) (*networkGroup, error) + func NewNodeGroup(facade nodeFacadeHandler) (*nodeGroup, error) + func NewProofGroup(facade proofFacadeHandler) (*proofGroup, error) + func NewTransactionGroup(facade transactionFacadeHandler) (*transactionGroup, error) + func NewValidatorGroup(facade validatorFacadeHandler) (*validatorGroup, error) + func NewVmValuesGroup(facade vmValuesFacadeHandler) (*vmValuesGroup, error) + type GasConfig struct + BuiltInCost map[string]uint64 + MetaChainSystemSCsCost map[string]uint64 + type GenesisNodesConfig struct + Eligible map[uint32][]string + Waiting map[uint32][]string + type HardforkRequest struct + Epoch uint32 + WithEarlyEndOfEpoch bool + type MultipleTxRequest struct + Receiver string + TxCount int + Value *big.Int + type QueryDebugRequest struct + Name string + Search string + type SendTxRequest struct + ChainID string + Data []byte + GasLimit uint64 + GasPrice uint64 + Nonce uint64 + Options uint32 + Receiver string + ReceiverUsername []byte + Sender string + SenderUsername []byte + Signature string + Value string + Version uint32 + type TxRequest struct + Data string + Receiver string + Sender string + Value *big.Int + type TxResponse struct + BlockHash string + BlockNumber uint64 + Hash string + ShardID uint32 + Timestamp uint64 + type VMValueRequest struct + Args []string + CallValue string + CallerAddr string + FuncName string + SameScState bool + ScAddress string + ShouldBeSynced bool + type VerifyProofRequest struct + Address string + Proof []string + RootHash string