Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "transactions", Short: "Build, sign, send and retrieve transactions", TraverseChildren: true, GroupID: "interactions", }
Functions ¶
Types ¶
type Flags ¶ added in v1.4.0
type Flags struct { ArgsJSON string `default:"" flag:"args-json" info:"arguments in JSON-Cadence format"` Signer string `` /* 126-byte string literal not displayed */ Proposer string `default:"" flag:"proposer" info:"Account name from configuration used as proposer"` Payer string `default:"" flag:"payer" info:"Account name from configuration used as payer"` Authorizers []string `` /* 128-byte string literal not displayed */ Include []string `default:"" flag:"include" info:"Fields to include in the output"` Exclude []string `default:"" flag:"exclude" info:"Fields to exclude from the output (events)"` GasLimit uint64 `default:"1000" flag:"gas-limit" info:"transaction gas limit"` }
Click to show internal directories.
Click to hide internal directories.