Skip to content

Commit c24e6d8

Browse files
authored
Merge pull request #2860 from GuillemGarciaDev/docs/fix/xchain-create-claim-id-type
fix(docs): `XChainCreateClaimID` SignatureReward field type
2 parents b8eebe4 + ab2aac6 commit c24e6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/protocol/transactions/types/xchaincreateclaimid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It also includes the account on the source chain that locks or burns the funds o
4646
| Field | JSON Type | [Internal Type][] | Required? | Description |
4747
|:-------------------|:------------------|:------------------|:----------|-------------|
4848
| `OtherChainSource` | String | Account | Yes | The account that must send the `XChainCommit` transaction on the source chain. |
49-
| `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. |
49+
| `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. |
5050
| `XChainBridge` | XChainBridge | XChain_Bridge | Yes | The bridge to create the claim ID for. |
5151

5252

0 commit comments

Comments
 (0)