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
use send_coins_execute() to/from this escrow address
A better API would replace these functions with:
escrow_coins_{validate,execute}()
unescrow_coins_{validate,execute}()
These names are more descriptive, and tell the implementor if they are currently escrowing or unescrowing tokens, which in some cases is necessary information (e.g. in the Sovereign SDK).
The text was updated successfully, but these errors were encountered:
To escrow/unescrow tokens, we currently
get_escrow_address()
send_coins_execute()
to/from this escrow addressA better API would replace these functions with:
escrow_coins_{validate,execute}()
unescrow_coins_{validate,execute}()
These names are more descriptive, and tell the implementor if they are currently escrowing or unescrowing tokens, which in some cases is necessary information (e.g. in the Sovereign SDK).
The text was updated successfully, but these errors were encountered: