mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-10 21:17:41 +03:00
fix signLockOrder
This commit is contained in:
11
src/constants/lockOrderTypes.ts
Normal file
11
src/constants/lockOrderTypes.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const LOCK_ORDER_TYPES = {
|
||||
Order: [
|
||||
{ name: 'user', type: 'address' },
|
||||
{ name: 'sender', type: 'address' },
|
||||
{ name: 'expiration', type: 'uint64' },
|
||||
{ name: 'asset', type: 'string' },
|
||||
{ name: 'amount', type: 'uint64' },
|
||||
{ name: 'targetChainId', type: 'uint64' },
|
||||
{ name: 'secretHash', type: 'string' },
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user