5 lines
278 B
JavaScript
5 lines
278 B
JavaScript
export const EtherlinkRelayReceiverABI = [
|
|
"function relayMintOrUnlock(bytes32 messageId, address token, address recipient, uint256 amount) external",
|
|
"event RelayMintOrUnlock(bytes32 indexed messageId, address indexed token, address indexed recipient, uint256 amount)",
|
|
];
|