Versions in this module Expand all Collapse all v1 v1.5.0 Dec 9, 2022 v1.0.0 Nov 22, 2022 Changes in this version + type Contract1 struct + func (c *Contract1) Find() protogo.Response + func (c *Contract1) InitContract() protogo.Response + func (c *Contract1) InvokeContract(method string) protogo.Response + func (c *Contract1) Save() protogo.Response + func (c *Contract1) UpgradeContract() protogo.Response + type Contract2 struct + func (c *Contract2) CrossCall() protogo.Response + func (c *Contract2) Display() protogo.Response + func (c *Contract2) InitContract() protogo.Response + func (c *Contract2) InvokeContract(method string) protogo.Response + func (c *Contract2) UpgradeContract() protogo.Response + type ContractCut struct + func (c *ContractCut) FindByFileHash() protogo.Response + func (c *ContractCut) InitContract() protogo.Response + func (c *ContractCut) InvokeContract(method string) protogo.Response + func (c *ContractCut) Save() protogo.Response + func (c *ContractCut) UpgradeContract() protogo.Response + type ContractFactCut struct + func (c *ContractFactCut) FindByFileHash() protogo.Response + func (c *ContractFactCut) InitContract() protogo.Response + func (c *ContractFactCut) InvokeContract(method string) protogo.Response + func (c *ContractFactCut) Save() protogo.Response + func (c *ContractFactCut) UpgradeContract() protogo.Response + type CrossEvmContract struct + func (c *CrossEvmContract) CrossEvmStorageGet() protogo.Response + func (c *CrossEvmContract) CrossEvmStorageSet() protogo.Response + func (c *CrossEvmContract) InitContract() protogo.Response + func (c *CrossEvmContract) InvokeContract(method string) protogo.Response + func (c *CrossEvmContract) UpgradeContract() protogo.Response + type Fact struct + FileHash string + FileName string + Time int32 + func NewFact(FileHash string, FileName string, time int32) *Fact + type FactContract struct + func (f *FactContract) FindByFileHash() protogo.Response + func (f *FactContract) InitContract() protogo.Response + func (f *FactContract) InvokeContract(method string) protogo.Response + func (f *FactContract) Save() protogo.Response + func (f *FactContract) UpgradeContract() protogo.Response + type Peoples struct + Peoples map[int]string + type RaffleContract struct + func (r *RaffleContract) BkdrHash(timestamp string) int + func (r *RaffleContract) InitContract() protogo.Response + func (r *RaffleContract) InvokeContract(method string) protogo.Response + func (r *RaffleContract) Raffle() protogo.Response + func (r *RaffleContract) RegisterAll() protogo.Response + func (r *RaffleContract) UpgradeContract() protogo.Response + type StoreMapContract struct + func (s *StoreMapContract) Del() protogo.Response + func (s *StoreMapContract) Exist() protogo.Response + func (s *StoreMapContract) Get() protogo.Response + func (s *StoreMapContract) InitContract() protogo.Response + func (s *StoreMapContract) InvokeContract(method string) protogo.Response + func (s *StoreMapContract) Set() protogo.Response + func (s *StoreMapContract) UpgradeContract() protogo.Response + type TestContract struct + func (t *TestContract) FindByFileHash() protogo.Response + func (t *TestContract) InitContract() protogo.Response + func (t *TestContract) InvokeContract(method string) protogo.Response + func (t *TestContract) Save() protogo.Response + func (t *TestContract) UpgradeContract() protogo.Response + type TransferContract struct + func (t *TransferContract) Init() protogo.Response + func (t *TransferContract) InitContract() protogo.Response + func (t *TransferContract) InvokeContract(method string) protogo.Response + func (t *TransferContract) Transfer() protogo.Response + func (t *TransferContract) UpgradeContract() protogo.Response