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
account.send currently takes a single method to include in a tx.
Extend this or provide a similar function to support multiple methods that can be invoked with the same transaction, so that these calls can occur atomically.
account.sendcurrently takes a single method to include in a tx.Extend this or provide a similar function to support multiple methods that can be invoked with the same transaction, so that these calls can occur atomically.