You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the create_subaccount method from Java wrapper. This is the JSON I'm trying to use:
{ name: "test", type: “2of2” }
Unfortunately I get [Error: [json.exception.type_error.302] type must be number, but is object] during the execution. I tried to use a number like 0 or 1 for type and I get this error: [Error: [json.exception.type_error.302] type must be string, but is number].
What is a valid value for type?
The text was updated successfully, but these errors were encountered:
I'm trying to use the
create_subaccount
method from Java wrapper. This is the JSON I'm trying to use:Unfortunately I get
[Error: [json.exception.type_error.302] type must be number, but is object]
during the execution. I tried to use a number like0
or1
fortype
and I get this error:[Error: [json.exception.type_error.302] type must be string, but is number]
.What is a valid value for
type
?The text was updated successfully, but these errors were encountered: