upgradeable

package
v0.0.0-...-c868b31 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TLBs = tvm.MustNewTLBMap([]any{
	Upgrade{},
})

Functions

This section is empty.

Types

type ExitCode

type ExitCode tvm.ExitCode
const (
	VersionMismatch ExitCode = iota + 28700
)

func (ExitCode) NewFrom

func (ExitCode) NewFrom(ec tvm.ExitCode) (ExitCode, error)

func (ExitCode) String

func (i ExitCode) String() string

type Upgrade

type Upgrade struct {

	// Query ID of the change request.
	QueryID uint64 `tlb:"## 64"`

	Code *cell.Cell `tlb:"^"` // New contract code.
	// contains filtered or unexported fields
}

Message for upgrading a contract.

Jump to

Keyboard shortcuts

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