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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Discord user ID
phydy
Describe your question in detail.
this is the event when I check it using the transaction hash: Event: Event { guid: EventGuid { creation_number: U64(0), account_address: Address(0000000000000000000000000000000000000000000000000000000000000000) }, sequence_number: U64(0), typ: Struct(MoveStructTag { address: Address("my address"), module: IdentifierWrapper(Identifier("ramp_contract")), name: IdentifierWrapper(Identifier("ContractFundedEvent")), generic_type_params: [] }), data: Object {"amount": String("1000000"), "sender": String("my address"), "token": String("my token")} }
in the rust sdk I cannot retrive the events because of this
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Linux (Ubuntu, Fedora, Windows WSL, etc.)
Which SDK or tool are you using? (if any)
Rust SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions