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
A transfer destination will not always be an account within the blockchain, it can for example be a bank account or an account in a different blockchain that a liquidity provider controls and has notified the VLN of its existence.
This means to parameter of the Transfer call should change from an AccountId to an enum type that allows other types of off-chain destinations.
e.g.
Hi Stan, it's still up for discussion but I didn't add it back since the new Multiaddress format might be just enough for representing external addresses and identifiers
A transfer destination will not always be an account within the blockchain, it can for example be a bank account or an account in a different blockchain that a liquidity provider controls and has notified the VLN of its existence.
This means
to
parameter of theTransfer
call should change from an AccountId to an enum type that allows other types of off-chain destinations.e.g.
The text was updated successfully, but these errors were encountered: