1.1.10 • Published 4 months ago

@tomo-inc/tomo-wallet-provider v1.1.10

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

tomo-wallet-provider

Chain

type TomoChain = {
  network: string
  backendUrls?: {
    rpcRrl?: string
    // only BTC
    mempoolUrl?: string
    inscriptionUrl?: string
  }
}

inscriptionUrl

GET ${inscriptionUrl}/openapi/bitcoin/inscriptions

request params

{
  address: string
  networkType: "MAINNET" | "SIGNET" | "TESTNET"
  cursor?: number
  size?: number
}

response

{
  list: {
    output: string
    inscriptionId: string
    address: string
    offset: number
    outputValue: number
    location: string
    contentType: string
    contentLength: number
    inscriptionNumber: number
    timestamp: number
    genesisTransaction: string
  }[]
  total: number
}
1.1.10

4 months ago

1.1.9

5 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.1

7 months ago

1.1.2

7 months ago

1.1.0

7 months ago

1.0.26

7 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.19

8 months ago

1.0.22

8 months ago

1.0.21

8 months ago

1.0.20

8 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.11

10 months ago

1.0.12

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago