macro_rules! format_param {
($param:expr) => { ... };
}
Expand description
Used to format ABI parameters into valid solidity function / error / event param syntax TODO: Smarter resolution of storage location, defaults to “memory” for all types that cannot be stored on the stack.