Open dev8723 opened 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
msg
funds
For wasm execute contract msg, it takes a execute
msg
which is a base64 encoded json object and afunds
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