Type Definition flow_sdk::multi::PartyTransaction[][src]

pub type PartyTransaction<SigAddr, Sig> = TransactionE<Box<[u8]>, Vec<Box<[u8]>>, Box<[u8]>, Box<[u8]>, Box<[u8]>, Vec<Box<[u8]>>, Vec<SignatureE<Box<[u8]>, [u8; 64]>>, Vec<SignatureE<SigAddr, Sig>>>;
Expand description

After envelope signatures are fed to a party, it turns into a transaction.

This is the exact type a party will turn in to.