How can I check the information of recipents and senders in misigAprrove message? #9105
-
How can I check the information of recipents and senders in misigAprrove message? I need information on the details of the remittance from multisig wallet, so I want to decode the encoded data I wonder what to do in this case. message ID : bafy2bzacebv27y3afblxarmw5uxohajt7zr6mrmjkg2vy22atlvns2wosf3rm
ChainGetMessage result
but.... Error occur Help me... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Your params are incorrect here in the last API call. // StateDecodeParams attempts to decode the provided params, based on the recipient actor address and method number. You need to provide
|
Beta Was this translation helpful? Give feedback.
Your params are incorrect here in the last API call.
// StateDecodeParams attempts to decode the provided params, based on the recipient actor address and method number.
StateDecodeParams(ctx context.Context, toAddr address.Address, method abi.MethodNum, params []byte, tsk types.TipSetKey) (interface{}, error) //perm:read
You need to provide
toAddr address.Address
which would bef2kemhdxzy6lc2zt2c7gzr6h5d3mlurcbllfodqyq
in your case.