fschaincontracts

package
v0.51.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PayBalanceMethod               = "settleContainerPayment"
	UnpaidBalanceMethod            = "getUnpaidContainerEpoch"
	CreateContainerMethod          = "create"
	CreateContainerV2Method        = "createV2"
	RemoveContainerMethod          = "remove"
	PutContainerEACLMethod         = "putEACL"
	PutContainerReportMethod       = "putReport"
	GetReportsSummaryMethod        = "getNodeReportSummary"
	IterateContainerReportsMethod  = "iterateReports"
	GetTakenSpaceByUserMethod      = "getTakenSpaceByUser"
	GetContainerQuotaMethod        = "containerQuota"
	GetUserQuotaMethod             = "userQuota"
	AddContainerStructsMethod      = "addStructs"
	SetContainerAttributeMethod    = "setAttribute"
	RemoveContainerAttributeMethod = "removeAttribute"
)

Various methods of FS chain Container contract.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateContainerParams

type CreateContainerParams struct {
	Container            []byte
	InvocationScript     []byte
	VerificationScript   []byte
	SessionToken         []byte
	DomainName           string
	DomainZone           string
	EnableObjectMetadata bool
}

CreateContainerParams are parameters of CreateContainerMethod.

type PutContainerEACLParams

type PutContainerEACLParams struct {
	EACL               []byte
	InvocationScript   []byte
	VerificationScript []byte
	SessionToken       []byte
}

PutContainerEACLParams are parameters of PutContainerEACLMethod.

type RemoveContainerParams

type RemoveContainerParams struct {
	ID                 []byte
	InvocationScript   []byte
	VerificationScript []byte
	SessionToken       []byte
}

RemoveContainerParams are parameters of RemoveContainerMethod.

Jump to

Keyboard shortcuts

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