pub fn parameter<T: EntrypointArgument>(name: &str) -> Option<Parameter>
Returns a Casper entrypoint argument representation. If the parameter is not required, it returns None.
None