Action
new
#![allow(unused)] fn main() { pub fn new(account: Name, name: Name, authorization: &Vec<PermissionLevel>, data: &dyn Packer) -> Self }
Creates an action by specifying contract account, action name, authorization and data.
send
#![allow(unused)] fn main() { pub fn send(&self) }
Send inline action to contract.