pub static TX_V1_SIG2: LazyLock<VerifiedTransactionInformation>
Expand description
Return TX_9E3F73
as a VerifiedTransactionInformation
.
let tx = &*TX_V1_SIG2;
assert_eq!(&tx.tx.serialize(), TX_9E3F73);
assert_eq!(tx.tx_blob, TX_9E3F73);
assert_eq!(tx.tx_weight, 448);
assert_eq!(tx.tx_hash, hex!("9e3f73e66d7c7293af59c59c1ff5d6aae047289f49e5884c66caaf4aea49fb34"));