# Functions
EnsureNone returns an error if there are any positional arguments present.
EnsureNotEmpty returns a function that checks if the flag with the given name is not empty.
GetDataFromContext returns data parameter from context args.
GetSignersAccounts returns the list of signers combined with the corresponding accounts from the provided wallet.
GetSignersFromContext returns signers parsed from context args starting from the specified offset.
ParseParams extracts array of smartcontract.Parameter from the given args and returns the number of handled words, the array itself and an error.
ParseSigners returns array of signers parsed from their string representation.
# Constants
ArrayEndSeparator marks the end of array cli arg.
ArrayStartSeparator marks the start of array cli arg.
CosignersSeparator marks the start of cosigners cli args.
ParamsParsingDoc is a documentation for parameters parsing.
SignersParsingDoc is a documentation for signers parsing.