aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/test/abi_samples.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-11-09 05:09:03 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-11-29 08:38:10 +0800
commit180d1ca63a45ca96df2c9f811075411ca495f693 (patch)
treedaa2b9b34c2e3caf6d1ab2b6633ea8bc30f9d320 /packages/order-utils/test/abi_samples.ts
parente59669c94937ec694d9e41c1a163a8a6f770fd32 (diff)
downloaddexon-0x-contracts-180d1ca63a45ca96df2c9f811075411ca495f693.tar.gz
dexon-0x-contracts-180d1ca63a45ca96df2c9f811075411ca495f693.tar.zst
dexon-0x-contracts-180d1ca63a45ca96df2c9f811075411ca495f693.zip
multidimensional arrays with dynamic objects
Diffstat (limited to 'packages/order-utils/test/abi_samples.ts')
-rw-r--r--packages/order-utils/test/abi_samples.ts25
1 files changed, 4 insertions, 21 deletions
diff --git a/packages/order-utils/test/abi_samples.ts b/packages/order-utils/test/abi_samples.ts
index cbbc5f8f3..0882b389a 100644
--- a/packages/order-utils/test/abi_samples.ts
+++ b/packages/order-utils/test/abi_samples.ts
@@ -82,36 +82,19 @@ export const multiDimensionalArraysDynamicTypeAbi = {
inputs: [
{
name: 'a',
- type: 'string[][][2]',
- },
- {
- name: 'a',
- type: 'string[][1][]',
- },
- {
- name: 'a',
- type: 'string[1][1][2]',
- },
- {
- name: 'a',
type: 'string[][][]',
},
{
- name: 'a',
- type: 'uint[][][]',
- },
- {
name: 'b',
- type: 'uint8[][2][]',
+ type: 'string[][][2]',
},
{
name: 'c',
- type: 'uint8[1][2][]',
+ type: 'string[][2][]',
},
-
{
- name: 'c',
- type: 'uint8[1][2][2]',
+ name: 'h',
+ type: 'string[2][2][2]',
},
],
name: 'simpleFunction',