Skip to content

Commit

Permalink
Fixed Doge Tabs Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed Apr 10, 2024
1 parent bcbfd25 commit 8d739b5
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ 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 @@ -40,9 +38,7 @@ 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,9 +16,7 @@ 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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.decodeRawTransaction("02000000013412cdab3412cdab3
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.decodeScript("3044022070cc08500b2203b6ebe7c828529
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 result = await tatum.rpc.estimateSmartFee(20)
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: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 @@ -32,9 +30,7 @@ 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: 2 additions & 6 deletions v1.0/RPC Nodes/rpc-utxo/rpc-degecoin/rpc-dogecoin-getblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ 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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getBlock('000000000000000000013d0a85b72c591500abe
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getBlockChainInfo()
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getBlockCount()
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getBlockHash(587123)
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getBlockHeader("0000000000000000001b4fedbfb367296
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getChainTips()
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: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 @@ -32,9 +30,7 @@ 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,9 +16,7 @@ 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 @@ -32,9 +30,7 @@ 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,9 +16,7 @@ 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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getMempoolDescendants("3b3c3bc559deddb0991e1fe9fb
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getMempoolEntry("c7ad51e46a39d136adc2bb7536a23613
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getMempoolInfo()
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getRawMemPool(true)
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: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 @@ -32,9 +30,7 @@ const result = await tatum.rpc.getRawTransaction("c7ad51e46a39d136adc2bb7536a236
await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs
```

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


### Overview

Expand Down
Loading

0 comments on commit 8d739b5

Please sign in to comment.