@velora-dex/sdk
Version:
21 lines (20 loc) • 382 B
text/typescript
export const PreSignatureModuleAbi = [
{
inputs: [
{
internalType: 'bytes32',
name: 'orderHash',
type: 'bytes32',
},
{
internalType: 'bool',
name: 'preSigned',
type: 'bool',
},
],
name: 'setPreSignature',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
},
] as const;