Map from block number to list of EventClaims that will be considered valid and should be forwarded to handlers (i.e after the optimistic challenge period has passed without issue)Namespace
A notary (validator) set change is in motion (event_id, new_validator_set_id) A proof for the change will be generated with the given event_idNamespace
Copy
Ask AI
api.events.ethBridge.AuthoritySetChange
Type
Copy
Ask AI
type AuthoritySetChange = { param0: u64, param1: u64}
A notary (validator) set change for Xrpl is in motion (event_id, new_validator_set_id) A proof for the change will be generated with the given event_idNamespace
Copy
Ask AI
api.events.ethBridge.XrplAuthoritySetChange
Type
Copy
Ask AI
type XrplAuthoritySetChange = { param0: u64, param1: u64}