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
Client is unable to unmarshal MoveCallSuiTransaction for Move calls that contain the argument GasCoin, for example this transaction on mainnet. The current type assumes that arguments will always either contain Input or Result, so the string GasCoin fails to unmarshal.
Provide Your Environment
SDK v1.0.5
Describe the bug
Client is unable to unmarshal
MoveCallSuiTransaction
for Move calls that contain the argument GasCoin, for example this transaction on mainnet. The current type assumes that arguments will always either containInput
orResult
, so the stringGasCoin
fails to unmarshal.Steps or screenshots to reproduce the behavior
Expected behavior
The type
MoveSuiCallTransaction.Arguments
is able to acceptGasCoin
as an argument, for exampleThe text was updated successfully, but these errors were encountered: