Skip to content

Commit

Permalink
Removing Tabs From EVM & UTXO
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed Apr 9, 2024
1 parent 185729b commit 8b9e9e2
Show file tree
Hide file tree
Showing 603 changed files with 1,205 additions and 3,618 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ There was Arbitrum hard-fork from Classic to Nitro. As the results of this, you

### How to use it

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


```typescript
// yarn add @tatumio/tatum
Expand All @@ -36,9 +34,7 @@ const result = await tatum.rpc.debugGetBadBlocks()
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:09:00 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 @@ -35,9 +33,7 @@ const result = await tatum.rpc.debugStorageRangeAt(
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 @@ -20,9 +20,7 @@ There was Arbitrum hard-fork from Classic to Nitro. As the results of this, you

### How to use it

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


```typescript
// yarn add @tatumio/tatum
Expand All @@ -45,9 +43,7 @@ const result = await tatum.rpc.debugTraceBlockByHash(
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 @@ -20,9 +20,7 @@ There was Arbitrum hard-fork from Classic to Nitro. As the results of this, you

### How to use it

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


```typescript
// yarn add @tatumio/tatum
Expand All @@ -36,9 +34,7 @@ const result = await tatum.rpc.debugTraceBlockByNumber(130690340)
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 @@ -20,9 +20,7 @@ There was Arbitrum hard-fork from Classic to Nitro. As the results of this, you

### How to use it

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


```typescript
// yarn add @tatumio/tatum
Expand Down Expand Up @@ -52,9 +50,7 @@ const result = await tatum.rpc.debugTraceCall({
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 @@ -20,9 +20,7 @@ There was Arbitrum hard-fork from Classic to Nitro. As the results of this, you

### How to use it

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


```typescript
// yarn add @tatumio/tatum
Expand All @@ -42,9 +40,7 @@ const result = await tatum.rpc.debugTraceTransaction('0x6aefbd1a9c9e4c310cadde3b
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:08:58 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 @@ -34,9 +32,7 @@ console.log(latestBlock)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

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


### Overview

Expand Down
8 changes: 2 additions & 6 deletions v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/rpc-arbitrum-eth_call.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:08:59 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 @@ -35,9 +33,7 @@ const result = await tatum.rpc.call({
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:08:59 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 @@ -32,9 +30,7 @@ const id = await tatum.rpc.chainId()
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 12:59:36 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 @@ -37,9 +35,7 @@ const estimate = await tatum.rpc.estimateGas({
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:08:58 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 @@ -32,9 +30,7 @@ const gasPrice = await tatum.rpc.gasPrice()
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 12:59:38 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 @@ -32,9 +30,7 @@ const balance = await tatum.rpc.getBalance('0xe4edb277e41dc89ab076a1f049f4a3efa7
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:08:58 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 @@ -32,9 +30,7 @@ const block = await tatum.rpc.getBlockByHash('0xac02875a79dd5edd6595e4d4482a848f
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:09:00 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 @@ -34,9 +32,7 @@ console.log(res)
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:09:00 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 @@ -32,9 +30,7 @@ const response = await tatum.rpc.getBlockTransactionCountByHash('0xac02875a79dd5
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,9 +16,7 @@ updatedAt: "Sat Apr 06 2024 13:08:59 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 @@ -32,9 +30,7 @@ const response = await tatum.rpc.getBlockTransactionCountByNumber(132858572)
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,9 +16,7 @@ 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 @@ -31,9 +29,7 @@ const code = await tatum.rpc.getCode('0xd4d42F0b6DEF4CE0383636770eF773390d85c61A
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,9 +16,7 @@ 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 @@ -32,9 +30,7 @@ const logs = await tatum.rpc.getLogs({ address : '0xd4d42F0b6DEF4CE0383636770eF7
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

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


### Overview

Expand Down
Loading

0 comments on commit 8b9e9e2

Please sign in to comment.