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