Skip to content

Commit ab2aac6

Browse files
fix(docs): XChainCreateClaimID SignatureReward field type
1 parent 6356f0a commit ab2aac6

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)