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 am trying to parse the payload of WalletEvent, specifically ConnectEventSuccess.
In the futures of DeviceInfo, I received [ "SendTransaction", { "name": "SendTransaction", "maxMessages": 4 } ], when I expected a plain Feature[] type.
Can you confirm if this is intended, or if it is a bug? In the specification, you left a comment saying:
// Currently there is only one feature -- 'SendTransaction'
Does this mean that the features type is actually Features[] | "SendTransaction"?
I am trying to parse the payload of
WalletEvent
, specificallyConnectEventSuccess
.In the
futures
ofDeviceInfo
, I received[ "SendTransaction", { "name": "SendTransaction", "maxMessages": 4 } ]
, when I expected a plainFeature[]
type.Can you confirm if this is intended, or if it is a bug? In the specification, you left a comment saying:
Does this mean that the
features
type is actuallyFeatures[] | "SendTransaction"
?Here's the full response:
The text was updated successfully, but these errors were encountered: