contract

package
v12.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SudoMsg

type SudoMsg struct {
	// This will be delivered beginning of every block for all the contracts which have been marked as privileged
	BeginBlock *struct{} `json:"begin_block,omitempty"`
	// This will be delivered end of every block for all the contracts which have been marked as privileged
	EndBlock *struct{} `json:"end_block,omitempty"`
}

SudoMsg callback message sent to a contract.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL