Skip to content

Commit

Permalink
Removed Overflow block Solana
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed Apr 10, 2024
1 parent 7ee72bb commit 2be22f9
Show file tree
Hide file tree
Showing 53 changed files with 106 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 13:09:03 GMT+0000 (Coordinated Universal Time)"

### How to use it

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getAccountInfo('ChkH4bTk7c5NSGbxvXx89yY2oU7rFJsr3Cq1
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
4 changes: 2 additions & 2 deletions v1.0/RPC Nodes/rpc-others/rpc-solana/rpc-solana-getbalance.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 13:09:02 GMT+0000 (Coordinated Universal Time)"

### How to use it

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBalance('8Ew6iQXcTRHAUNNu3X9VBn1g1bJkXEZJ9gFD2AGK
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
4 changes: 2 additions & 2 deletions v1.0/RPC Nodes/rpc-others/rpc-solana/rpc-solana-getblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updatedAt: "Sat Apr 06 2024 13:09:06 GMT+0000 (Coordinated Universal Time)"
[/block]


{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -41,7 +41,7 @@ const res = await tatum.rpc.getBlock(slotNumber, config)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBlockCommitment(5)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBlockHeight()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBlockProduction()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
4 changes: 2 additions & 2 deletions v1.0/RPC Nodes/rpc-others/rpc-solana/rpc-solana-getblocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 12:59:43 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBlocks(5,10)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBlocksWithLimit(5, 3)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getBlockTime(5)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getClusterNodes()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 12:59:44 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getEpochInfo()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getEpochSchedule()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 12:59:42 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -37,7 +37,7 @@ const res = await tatum.rpc.getFeeForMessage(message)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getFirstAvailableBlock()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getGenesisHash()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
4 changes: 2 additions & 2 deletions v1.0/RPC Nodes/rpc-others/rpc-solana/rpc-solana-gethealth.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 13:09:04 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getHealth()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getHighestSnapshotSlot()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 12:59:40 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getIdentity()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 12:59:42 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getInflationGovernor()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getInflationRate()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updatedAt: "Sat Apr 06 2024 12:59:38 GMT+0000 (Coordinated Universal Time)"

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -39,7 +39,7 @@ const res = await tatum.rpc.getInflationReward(addresses, config)
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

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

### How to Use It

{% code overflow="wrap" lineNumbers="true" %}


```javascript
// yarn add @tatumio/tatum
Expand All @@ -34,7 +34,7 @@ const res = await tatum.rpc.getLargestAccounts()
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

{% endcode %}


### Overview

Expand Down
Loading

0 comments on commit 2be22f9

Please sign in to comment.