[][src]Module casperlabs_contract::args_parser

Home of ArgsParser, a trait used for parsing contract arguments from n-ary tuples.

Traits

ArgsParser

Types which implement ArgsParser can be parsed into an ABI-compliant byte representation suitable for passing as arguments to a contract.