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
Implement a fungibles contract example implementing the psp22 traits and error provided by the pop api.
traits implemented and following expected behaviour (ref)
From<StatusCode> for PSP22Error implementation + tests. For each api there should be one pallet assets specific error tested that is converted into PSP22Error::Custome("<pallet assets error>"). This is to demonstrate the power of the pop api error.
Using the drink test framework. See internal spec in shortcut.
The text was updated successfully, but these errors were encountered:
Implement a fungibles contract example implementing the psp22 traits and error provided by the pop api.
From<StatusCode> for PSP22Error
implementation + tests. For each api there should be onepallet assets
specific error tested that is converted intoPSP22Error::Custome("<pallet assets error>")
. This is to demonstrate the power of the pop api error.Using the drink test framework. See internal spec in shortcut.
The text was updated successfully, but these errors were encountered: