Versions in this module Expand all Collapse all v3 v3.0.1 Dec 26, 2023 Changes in this version + type MultiSignRuntimeParam struct v3.0.0 Dec 23, 2022 Changes in this version + func InitMultiContractMethods(log protocol.Logger) map[string]common.ContractFunc + type MultiSignContract struct + func NewMultiSignContract(log protocol.Logger) *MultiSignContract + type MultiSignRuntime struct + func (r *MultiSignRuntime) Query(txSimContext protocol.TxSimContext, parameters map[string][]byte) (result []byte, err error) + func (r *MultiSignRuntime) Req(txSimContext protocol.TxSimContext, parameters map[string][]byte) (result []byte, err error) + func (r *MultiSignRuntime) Trig(txSimContext protocol.TxSimContext, parameters map[string][]byte) *commonPb.ContractResult + func (r *MultiSignRuntime) Vote(txSimContext protocol.TxSimContext, parameters map[string][]byte) (result []byte, event []*commonPb.ContractEvent, err error) + func (r *MultiSignRuntime) VoteWithManualRun(txSimContext protocol.TxSimContext, parameters map[string][]byte) (result []byte, event []*commonPb.ContractEvent, err error) + func (r *MultiSignRuntime) VoteWithoutManualRun(txSimContext protocol.TxSimContext, parameters map[string][]byte) (result []byte, event []*commonPb.ContractEvent, err error) Other modules containing this package chainmaker.org/chainmaker/vm-native/v2