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?
It is notated as
getApprovedDip721 : (nat64) -> (TxResult) query, but states that it returns the approved user (which would have to be aprincipal), whenTxResultisResult<nat, ApiError>. Was this intended to be OwnerResult instead?