Documentation ¶
Index ¶
- Variables
- func BindDeployCmdFlags(cmd *cobra.Command)
- func BindGetHashFlags(cmd *cobra.Command)
- func DeployCentrifugeAssetStoreCmd(cmd *cobra.Command, args []string, contract *centrifuge.AssetStoreContract) error
- func GetHashCmd(cmd *cobra.Command, args []string, contract *centrifuge.AssetStoreContract) error
- func ProcessGetHashFlags(cmd *cobra.Command, args []string) error
- func ValidateGetHashFlags(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Hash string Address string )
flag vars
View Source
var ( StoreAddr common.Address ByteHash [32]byte )
processed flag vars
View Source
var CentrifugeCmd = &cobra.Command{ Use: "centrifuge", Short: "Set of commands for interacting with a cetrifuge asset store contract", Long: "Set of commands for interacting with a cetrifuge asset store contract", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { var err error url, _, gasPrice, senderKeyPair, prepare, err = flags.GlobalFlagValues(cmd) if err != nil { return fmt.Errorf("could not get global flags: %v", err) } return nil }, }
Functions ¶
func BindDeployCmdFlags ¶
func BindGetHashFlags ¶
func DeployCentrifugeAssetStoreCmd ¶
func DeployCentrifugeAssetStoreCmd(cmd *cobra.Command, args []string, contract *centrifuge.AssetStoreContract) error
func GetHashCmd ¶
func GetHashCmd(cmd *cobra.Command, args []string, contract *centrifuge.AssetStoreContract) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.