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
It is notated as getApprovedDip721 : (nat64) -> (TxResult) query, but states that it returns the approved user (which would have to be a principal), when TxResult is Result<nat, ApiError>. Was this intended to be OwnerResult instead?
The text was updated successfully, but these errors were encountered:
It is notated as
getApprovedDip721 : (nat64) -> (TxResult) query
, but states that it returns the approved user (which would have to be aprincipal
), whenTxResult
isResult<nat, ApiError>
. Was this intended to be OwnerResult instead?The text was updated successfully, but these errors were encountered: