[][src]Module casperlabs_contract_ffi::contract_api::argsparser

Traits

ArgsParser

Parses Self into a byte representation that is ABI compliant. It means that each type of the tuple have to implement ToBytes. Implemented for tuples of various sizes.