rubic-sdk
Version:
Simplify dApp creation
23 lines • 995 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.outboxAbi = void 0;
exports.outboxAbi = [
{
inputs: [
{ internalType: 'bytes32[]', name: 'proof', type: 'bytes32[]' },
{ internalType: 'uint256', name: 'index', type: 'uint256' },
{ internalType: 'address', name: 'l2Sender', type: 'address' },
{ internalType: 'address', name: 'to', type: 'address' },
{ internalType: 'uint256', name: 'l2Block', type: 'uint256' },
{ internalType: 'uint256', name: 'l1Block', type: 'uint256' },
{ internalType: 'uint256', name: 'l2Timestamp', type: 'uint256' },
{ internalType: 'uint256', name: 'value', type: 'uint256' },
{ internalType: 'bytes', name: 'data', type: 'bytes' }
],
name: 'executeTransaction',
outputs: [],
stateMutability: 'nonpayable',
type: 'function'
}
];
//# sourceMappingURL=outbox-abi.js.map