rubic-sdk
Version:
Simplify dApp creation
17 lines • 569 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MESON_ABI = void 0;
exports.MESON_ABI = [
{
inputs: [
{ internalType: 'uint256', name: 'encodedSwap', type: 'uint256' },
{ internalType: 'uint200', name: 'postingValue', type: 'uint200' },
{ internalType: 'address', name: 'contractAddress', type: 'address' }
],
name: 'postSwapFromContract',
outputs: [],
stateMutability: 'payable',
type: 'function'
}
];
//# sourceMappingURL=meson-abi.js.map