Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/rpc/transaction/experimental-receipt-to-tx.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Receipt to Transaction (Experimental)
description: Resolve a receipt ID to the transaction hash and signer that produced it on the NEAR blockchain
slug: /rpc/transaction/experimental-receipt-to-tx
sidebar_position: 7
hide_table_of_contents: true
---

import FastnearDirectOperation from '@site/src/components/FastnearDirectOperation';

# Receipt to Transaction (Experimental)

`EXPERIMENTAL_receipt_to_tx` request type


<FastnearDirectOperation pageModelId="rpc-EXPERIMENTAL-receipt-to-tx" renderDescription />
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Квитанция → транзакция (экспериментальный)"
description: "По ID квитанции получите хеш транзакции и подписавший её аккаунт в блокчейне NEAR."
slug: /rpc/transaction/experimental-receipt-to-tx
sidebar_position: 7
hide_table_of_contents: true
---

import FastnearDirectOperation from '@site/src/components/FastnearDirectOperation';

# Квитанция → транзакция (экспериментальный)

`EXPERIMENTAL_receipt_to_tx` — тип запроса.


<FastnearDirectOperation pageModelId="rpc-EXPERIMENTAL-receipt-to-tx" renderDescription />
2 changes: 1 addition & 1 deletion scripts/audit-generated-page-models.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const EXPECTED_FAMILY_COUNTS = {
"rpcs/block": 3,
"rpcs/contract": 5,
"rpcs/protocol": 20,
"rpcs/transaction": 6,
"rpcs/transaction": 7,
"rpcs/validators": 3,
"apis/fastnear": 14,
"apis/kv-fastdata": 9,
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const rpcSidebar = withExamplesFooter(
'rpc/transaction/broadcast-tx-commit',
'rpc/transaction/experimental-receipt',
'rpc/transaction/experimental-tx-status',
'rpc/transaction/experimental-receipt-to-tx',
],
},
{
Expand Down
Loading
Loading