Cosmos Methods

cosmos_getAccounts

: This method returns an array of key pairs available to sign from the wallet mapped with an associated algorithm and address on the blockchain.

  • Parameters

  • Returns

  • Example

cosmos_signAmino

: This method returns a signature for the provided document to be signed targeting the requested signer address corresponding to the keypair returned by the account data.

  • Parameters

  • Returns

  • Example

Last updated