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 MintLinkTokenInput ¶
type MintLinkTokenOutput ¶
type MintLinkTokenOutput struct {
MintedLinkTokenObjectId string
}
Click to show internal directories.
Click to hide internal directories.