From ab2aac664ee84aeb7040f080ed03f10e2910dbf7 Mon Sep 17 00:00:00 2001 From: GuillemGarciaDev Date: Thu, 21 Nov 2024 12:00:54 +0100 Subject: [PATCH] fix(docs): `XChainCreateClaimID` SignatureReward field type --- .../protocol/transactions/types/xchaincreateclaimid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/protocol/transactions/types/xchaincreateclaimid.md b/docs/references/protocol/transactions/types/xchaincreateclaimid.md index fd17e32bda..1021408c05 100644 --- a/docs/references/protocol/transactions/types/xchaincreateclaimid.md +++ b/docs/references/protocol/transactions/types/xchaincreateclaimid.md @@ -46,7 +46,7 @@ It also includes the account on the source chain that locks or burns the funds o | Field | JSON Type | [Internal Type][] | Required? | Description | |:-------------------|:------------------|:------------------|:----------|-------------| | `OtherChainSource` | String | Account | Yes | The account that must send the `XChainCommit` transaction on the source chain. | -| `SignatureReward` | String | Account | Yes | The amount, in XRP, to reward the witness servers for providing signatures. This must match the amount on the `Bridge` ledger object. | +| `SignatureReward` | [Currency Amount][] | Amount | Yes | The amount, in XRP, to reward the witness servers for providing signatures. This must match the amount on the `Bridge` ledger object. | | `XChainBridge` | XChainBridge | XChain_Bridge | Yes | The bridge to create the claim ID for. |