Skip to main content

EntryTxInner

Type Alias EntryTxInner 

Source
pub type EntryTxInner = Tx;

Aliased Type§

pub struct EntryTxInner {
    pub action: TxAction,
    pub nonce: i128,
    pub signer: PublicKey,
}

Fields§

§action: TxAction§nonce: i128§signer: PublicKey