Files
smom-dbis-138/services/tezos-relay/src/abis.js
2026-03-02 12:14:09 -08:00

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))',
];