pub static TX_V1_SIG0: LazyLock<VerifiedTransactionInformation>
Expand description
Return TX_3BC7FF
as a VerifiedTransactionInformation
.
let tx = &*TX_V1_SIG0;
assert_eq!(&tx.tx.serialize(), TX_3BC7FF);
assert_eq!(tx.tx_blob, TX_3BC7FF);
assert_eq!(tx.tx_weight, 248);
assert_eq!(tx.tx_hash, hex!("3bc7ff015b227e7313cc2e8668bfbb3f3acbee274a9c201d6211cf681b5f6bb1"));