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 using the .getIncomingTransactions() from the SafeApiKit using a Safe that was deployed with Safe4437.
Whenever I call this method, I get the tokenInfo property which is not defined in the TransferListResponse type.
TypeScript correctly complains about it, but I am actually getting that tokeInfo property populated whenever I am dealing with ERC-20 tokens.
And also I am getting the transferId property that's also not defined in TransferListResponse type
Hi!
I am using the .getIncomingTransactions() from the SafeApiKit using a Safe that was deployed with Safe4437.
Whenever I call this method, I get the
tokenInfo
property which is not defined in theTransferListResponse
type.TypeScript correctly complains about it, but I am actually getting that
tokeInfo
property populated whenever I am dealing with ERC-20 tokens.And also I am getting the
transferId
property that's also not defined inTransferListResponse
typeThe text was updated successfully, but these errors were encountered: