terra-money / warp-contracts

Other
15 stars 14 forks source link

Should we separate var kind json to json array and json object? #58

Open dev8723 opened 1 year ago

dev8723 commented 1 year ago

For wasm execute contract msg, it takes a execute msg which is a base64 encoded json object and a funds which is an array, if we want to use var to represent both msg and array, maybe we need a new var kind: json array