Documentation ¶
Index ¶
- func AnalyzeAndShowMsigTxInfo(multisigContract *msig.MultisigContract, txid *big.Int, network Network) (fc *FunctionCall)
- func CommonFunctionCallPreprocess(cmd *cobra.Command, args []string) (err error)
- func CommonTxPreprocess(cmd *cobra.Command, args []string) (err error)
- func HandleApproveOrRevokeOrExecuteMsig(method string, cmd *cobra.Command, args []string, postProcess PostProcessFunc)
- type PostProcessFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzeAndShowMsigTxInfo ¶
func AnalyzeAndShowMsigTxInfo(multisigContract *msig.MultisigContract, txid *big.Int, network Network) (fc *FunctionCall)
func CommonFunctionCallPreprocess ¶
CommonFunctionCallPreprocess processes args passed to the command in order to initiate config's variables in a conventional way across many Function Call alike commands.
func CommonTxPreprocess ¶
CommonTxPreprocess processes args passed to the command in order to initiate config's variables in a conventional way across many commands that do txs.
func HandleApproveOrRevokeOrExecuteMsig ¶
func HandleApproveOrRevokeOrExecuteMsig(method string, cmd *cobra.Command, args []string, postProcess PostProcessFunc)
Types ¶
type PostProcessFunc ¶
type PostProcessFunc func(fc *FunctionCall) error
Click to show internal directories.
Click to hide internal directories.