pub type EntryTxAction = TxAction;Aliased Type§
pub struct EntryTxAction {
pub args: Vec<Vec<u8>>,
pub contract: Vec<u8>,
pub function: Vec<u8>,
pub op: String,
pub attached_symbol: Option<Vec<u8>>,
pub attached_amount: Option<Vec<u8>>,
}Fields§
§args: Vec<Vec<u8>>§contract: Vec<u8>§function: Vec<u8>§op: String§attached_symbol: Option<Vec<u8>>§attached_amount: Option<Vec<u8>>