We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b66ac commit 5540829Copy full SHA for 5540829
examples/evm/blockExtraDataDecoder.ts
@@ -1,10 +1,8 @@
1
-import "dotenv/config"
2
import { Buffer } from "../../src"
3
import { Tx } from "../../src/apis/evm"
4
import { Serialization } from "../../src/utils"
5
import { SerializedType } from "../../src/utils"
6
import * as bech32 from "bech32"
7
8
9
const cb58: SerializedType = "cb58"
10
const serialization: Serialization = Serialization.getInstance()
0 commit comments