Documentation ¶
Index ¶
- Variables
- func AddMinterCmd(cmd *cobra.Command, args []string, erc721Contract *erc721.ERC721Contract) error
- func ApproveCmd(cmd *cobra.Command, args []string, erc721Contract *erc721.ERC721Contract) error
- func BindAddMinterFlags(cmd *cobra.Command)
- func BindApproveFlags(cmd *cobra.Command)
- func BindDepositFlags(cmd *cobra.Command)
- func BindMintFlags(cmd *cobra.Command)
- func BindOwnerFlags(cmd *cobra.Command)
- func DepositCmd(cmd *cobra.Command, args []string, bridgeContract *bridge.BridgeContract) error
- func MintCmd(cmd *cobra.Command, args []string, erc721Contract *erc721.ERC721Contract) error
- func OwnerCmd(cmd *cobra.Command, args []string, erc721Contract *erc721.ERC721Contract) error
- func ProcessAddMinterFlags(cmd *cobra.Command, args []string) error
- func ProcessApproveFlags(cmd *cobra.Command, args []string) error
- func ProcessDepositFlags(cmd *cobra.Command, args []string) error
- func ProcessMintFlags(cmd *cobra.Command, args []string) error
- func ProcessOwnerFlags(cmd *cobra.Command, args []string) error
- func ValidateAddMinterFlags(cmd *cobra.Command, args []string) error
- func ValidateApproveFlags(cmd *cobra.Command, args []string) error
- func ValidateDepositFlags(cmd *cobra.Command, args []string) error
- func ValidateMintFlags(cmd *cobra.Command, args []string) error
- func ValidateOwnerFlags(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Erc721Address string Dst string Token string Metadata string Recipient string Bridge string DestionationID string ResourceID string Minter string Priority string )
flag vars
View Source
var ( Erc721Addr common.Address DstAddress common.Address TokenId *big.Int RecipientAddr common.Address BridgeAddr common.Address DestinationID int ResourceId types.ResourceID MinterAddr common.Address )
processed flag vars
View Source
var ERC721Cmd = &cobra.Command{ Use: "erc721", Short: "Set of commands for interacting with an ERC721 contract", Long: "Set of commands for interacting with an ERC721 contract", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { var err error url, gasLimit, gasPrice, senderKeyPair, prepare, err = flags.GlobalFlagValues(cmd) if err != nil { return fmt.Errorf("could not get global flags: %v", err) } return nil }, }
Functions ¶
func AddMinterCmd ¶
func ApproveCmd ¶
func BindAddMinterFlags ¶
func BindApproveFlags ¶
func BindDepositFlags ¶
func BindMintFlags ¶
func BindOwnerFlags ¶
func DepositCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.