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
The signer is supposed to take SigningInput, convert that to properly encoded tx payload, sign it, and return SigningOutput. The JSON-encoded tx in the SigningOutput is then presumably sent to the chain via the RPC client in trustwallet/web-core (#1460).
https://developer.trustwallet.com/staking#step-1-define-the-staking-protobuf-messages
The signer is supposed to take
SigningInput
, convert that to properly encoded tx payload, sign it, and returnSigningOutput
. The JSON-encoded tx in theSigningOutput
is then presumably sent to the chain via the RPC client intrustwallet/web-core
(#1460).See also https://developer.trustwallet.com/wallet-core/newblockchain
Open a PR in our fork https://github.com/loomnetwork/wallet-core
We'll open a PR upstream once all the pieces are done.
The text was updated successfully, but these errors were encountered: