store

Function store 

Source
pub fn store(
    transaction: &TransactionData,
    signatures: &[GenericSignature],
) -> Value
Expand description

Build a StoredTransaction row from a transaction’s data and signatures.

BCS-encode failures here would indicate either OOM or a bug in the types’ Serialize impls; we panic rather than thread a Result through every call site.