Skip to content

Commit

Permalink
Removing tabs from EVM
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed Apr 9, 2024
1 parent 8b9e9e2 commit b81a559
Show file tree
Hide file tree
Showing 99 changed files with 594 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 12:59:44 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -38,7 +40,9 @@ const result = await tatum.rpc.createRawTransaction([
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:05 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.decodeRawTransaction("02000000013412cdab3412cdab3
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-decodescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 12:59:42 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.decodeScript("3044022070cc08500b2203b6ebe7c828529
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-estimatesmartfee.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:05 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.estimateSmartFee(20)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getbestblockhash.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:05 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBestBlockHash()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:04 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBlock('000000000000000000013d0a85b72c591500abe
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getblockchaininfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:03 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBlockChainInfo()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getblockcount.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:02 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBlockCount()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getblockhash.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:04 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBlockHash(587123)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getblockheader.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:05 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBlockHeader("0000000000000000001b4fedbfb367296
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getblockstats.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:02 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getBlockStats("0000000000000000001b4fedbfb3672963
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getchaintips.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:06 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getChainTips()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getdifficulty.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:06 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getDifficulty()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:07 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getMempoolAncestors("3b3c3bc559deddb0991e1fe9fb6d
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:01 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getMempoolDescendants("3b3c3bc559deddb0991e1fe9fb
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getmempoolentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 12:59:43 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getMempoolEntry("c7ad51e46a39d136adc2bb7536a23613
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getmempoolinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:07 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getMempoolInfo()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
8 changes: 6 additions & 2 deletions v1.0/RPC Nodes/rpc-utxo/rpc-bch/rpc-bch-getrawmempool.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ updatedAt: "Sat Apr 06 2024 13:09:05 GMT+0000 (Coordinated Universal Time)"

### How to use it


{% tabs %}
{% tab title="TypeScript/JavaScript" %}
{% code overflow="wrap" lineNumbers="true" %}

```typescript
// yarn add @tatumio/tatum
Expand All @@ -30,7 +32,9 @@ const result = await tatum.rpc.getRawMemPool(true)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```


{% endcode %}
{% endtab %}
{% endtabs %}

### Overview

Expand Down
Loading

0 comments on commit b81a559

Please sign in to comment.