UNPKG

wallet-storage

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

14 lines (10 loc) 418 B
import { Services } from "../../index.client" describe('getRawTx service tests', () => { jest.setTimeout(99999999) test('0', async () => { const options = Services.createDefaultOptions('test') const services = new Services(options) const r = await services.getRawTx('c3b6ee8b83a4261771ede9b0d2590d2f65853239ee34f84cdda36524ce317d76') expect(r).toBeTruthy() }) })