linkops

package
v0.0.0-...-074d69e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeployLINKOp = cld_ops.NewOperation(
	sui_ops.NewSuiOperationName("link", "package", "deploy"),
	semver.MustParse("0.1.0"),
	"Deploys the LINK Token contract",
	handler,
)
View Source
var MintLinkOp = cld_ops.NewOperation(
	sui_ops.NewSuiOperationName("link", "package", "mint"),
	semver.MustParse("0.1.0"),
	"Mint the deployed LinkToken",
	handlerMint,
)

Functions

This section is empty.

Types

type DeployLinkObjects

type DeployLinkObjects struct {
	CoinMetadataObjectId string
	TreasuryCapObjectId  string
	UpgradeCapObjectId   string
}

type MintLinkTokenInput

type MintLinkTokenInput struct {
	LinkTokenPackageId string
	TreasuryCapId      string
	Amount             uint64
}

type MintLinkTokenOutput

type MintLinkTokenOutput struct {
	MintedLinkTokenObjectId string
}

Jump to

Keyboard shortcuts

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