Versions in this module Expand all Collapse all v0 v0.1.1 Sep 22, 2024 v0.1.0 Sep 22, 2024 Changes in this version + type Chain struct + func InitChain(url string, pk *core.Signer) (*Chain, error) + func (c *Chain) Close() + func (c *Chain) GetBootPeers() ([]types.P2PAddr, error) + func (c *Chain) GetNodeList() ([][]byte, error) + func (c *Chain) GetWorkerList() ([]*types.K8sCluster, error) + func (c *Chain) RegisterNode(signer *core.Signer, pubkey []byte) error + func (m *Chain) GetMetaApi(w gtypes.WorkId) (gtypes.ApiMeta, error) + func (m *Chain) ListTeeCalls(cid uint64, callId []types.U128) ([]*gtypes.TEECall, []types.U128, []types.StorageKey, error) + func (m *Chain) TeeCallback(cid uint64, callId []types.U128, callbacks []util.TeeCallBack) error