Fewcha Wallet Dev Docs
  • Introduction
  • Get Started
    • Connect
    • Get data
    • Sign and Submit Transaction
  • Response Format and Types
  • Serializer/Deserializer
  • Status codes
  • TypeScript Wrapper
  • React Connect Button
  • Reference
    • Wallet Methods
      • Connection
      • Account Data
      • Transactions
        • Aptos transaction
        • SUI transaction
    • Token (NFT) Methods (Aptos)
    • SDK Get Data Methods
      • Account
      • Transaction
      • Miscellaneous
  • Github
  • Chrome Extension
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Wallet Methods

Supported from Fewcha Wallet prototype version 0.4.0

All methods follow window.fewcha.<method>

Includes

  • Connection methods to connect and check the connection status

  • Account Data methods to get account information

  • Transactions methods to make transactions happen

PreviousReact Connect ButtonNextConnection

Last updated 2 years ago

Was this helpful?