Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainMakerProver ¶
type ChainMakerProver struct {
// contains filtered or unexported fields
}
ChainMakerProver is the implementation of Prover interface for ChainMaker
func NewChainMakerProver ¶
func NewChainMakerProver(chainId string, sdkAdapter adapter.SDKAdapter, coder coder.Coder, store storage.StateDB, blockManager *manager.BlockManager, log *zap.SugaredLogger) *ChainMakerProver
NewChainMakerProver creates ChainMakerProver
func (*ChainMakerProver) ValidTransaction ¶
func (p *ChainMakerProver) ValidTransaction(txInfo *api.TxValidationInfo, timeout time.Duration) error
ValidTransaction verifies the existence and validity of the transaction nolint
Click to show internal directories.
Click to hide internal directories.