XRP
Code
XrpBridge.solXrpBridge.impl.sol
Address
Xrp Bridge Symbol :
XRPXrp Bridge Contract Address :
0x4E6C37162021FdA832fB95aFF42Af92c2e8B6257
Events
XrpTransactionSuggested
event XrpTransactionSuggested(bytes32 govId, uint swapIndex, uint suggestIndex);Event occurs when Bridge Operator proposes Raw Transaction Data of Terra Chain,bytes32 govId: Unique Identifier of Governanceuint swapIndex: Swap Data Indexuint suggestIndex: Suggestion Data Index
XrpTransactionSelected
Event will occur upon completion of agreement on the raw transaction data of XRP Chain by a Bridge Validator
bytes32 govId: Unique Identifier of Governanceuint selectionIndex: Selection Data Index
XrpTransactionValidated
Event occurs when a Bridge Validator submits a Signature for agreed Raw Transaction Data
bytes32 govId: Unique Identifier of Governanceuint selectionIndex: Selection Data Indexstring fromChain: Chain Symbol requesting bridgingbytes32[] bytes32s: Bytes32 Data Array corresponding to Selection Datauint[] uints: Bytes32 Data Array corresponding to Selection Data
Interface
Last updated
Was this helpful?