@fuels/vm-tx
v0.59.1
Published
WASM version of `fuel-tx` Rust crate
Downloads
156
Readme
@fuels/vm-fuel-tx
WASM version of fuel-tx
Rust crate:
- https://crates.io/crates/fuel-tx
- https://github.com/FuelLabs/fuel-vm/tree/master/fuel-tx
Getting Started
Be sure to await
the WASM async initialization:
import * as fuel_tx from '@fuels/vm-tx'
(async function() {
await fuel_tx.initWasm();
// fuel_tx.<?>();
// ...
})();