Documentation ¶
Index ¶
Constants ¶
View Source
const ExecutionSizeLimit = 32 * 1024
ExecutionSizeLimit is the maximum size of execution allowed
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶
type Protocol struct {
// contains filtered or unexported fields
}
Protocol defines the protocol of handling executions
func NewProtocol ¶
func NewProtocol(cm protocol.ChainManager) *Protocol
NewProtocol instantiates the protocol of exeuction
Click to show internal directories.
Click to hide internal directories.