verifier

package
v1.13.13 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2025 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Name             string `json:"name"`
	Content          string `json:"content"`
	IsEntrypoint     bool   `json:"is_entrypoint"`
	IsStdLib         bool   `json:"is_std_lib"`
	IncludeInCommand bool   `json:"include_in_command"`
}

type Source

type Source struct {
	Code             string         `json:"code"`
	DisassembledCode string         `json:"disassembled_code"`
	Files            []File         `json:"files"`
	Compiler         SourceCompiler `json:"compiler"`
	DateVerification int64          `json:"date_verification"`
}

type SourceCompiler

type SourceCompiler string
const (
	SourceCompilerFunc SourceCompiler = "func"
	SourceCompilerFift SourceCompiler = "fift"
	SourceCompilerTact SourceCompiler = "tact"
)

type Verifier

type Verifier struct{}

func NewVerifier

func NewVerifier() *Verifier

func (*Verifier) GetAccountSource

func (v *Verifier) GetAccountSource(accountID ton.AccountID) (Source, error)

Jump to

Keyboard shortcuts

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