tests/testthat/test_204_transaction_from_txid.R

test_that(
  "txid_from_root_hash",
  {
    expect_snapshot_error(
      transaction_from_txid(txid = "d1d90a5730f0a596dfa4b83e167b02801a74273ffd0cf21e419c3f04ffb3e6df")
    )
    expect_snapshot_error(
      transaction_from_txid(txid = "aed3db9ef94953f65e93d56a4e5bcf234d43e27a1b3e7ce0f274cc7ed750d0e2")
    )
    expect_snapshot_error(
      transaction_from_txid( txid = "Oha")
    )
  }
)
rkrug/ROriginStamp documentation built on Aug. 16, 2022, 5:45 p.m.