Bridge Facet
Last updated
function withdrawReceivedBridgeValue(
uint256 transactionId
) external whenNotAccountingPaused notSuspended(msg.sender)function withdrawReceivedBridgeValues(
uint256[] memory transactionIds
) external whenNotAccountingPaused notSuspended(msg.sender)function suspendBridgeTransaction(
uint256 transactionId
) external onlyRole(LibAccessibility.SUSPENDER_ROLE)function restoreBridgeTransaction(
uint256 transactionId,
uint256 validAmount
) external onlyRole(LibAccessibility.DISPUTE_ROLE)