6 lines
476 B
JavaScript
6 lines
476 B
JavaScript
export const TezosAdapterABI = [
|
|
'event TezosBridgeInitiated(bytes32 indexed requestId, address indexed sender, address indexed token, uint256 amount, string destination)',
|
|
'function confirmTransaction(bytes32 requestId, string calldata txHash) external',
|
|
'function getBridgeStatus(bytes32 requestId) view returns (tuple(bytes32 requestId, address sender, address token, uint256 amount, bytes destinationData, uint8 status, uint256 createdAt, uint256 completedAt))',
|
|
];
|