📑
BBaaS
  • 👋Welcome to BBaaS - Blockchain and Banking as a Service
  • First Access
  • Terms and License
    • 📘License
  • Introduction to BBaaS
    • 🖥️Start Here to BBaaS
      • Start with Dart/Fultter Package
        • Instance BBaaS
        • Instance your Client
        • Instance Wallet User
        • Create a Wallet
        • Wallet Balance
        • Balance from Address
        • Create a New Address
        • Create a New Token
        • Send Token
        • Stop Wallet
  • Contact us
    • 💻Contact us
Powered by GitBook
On this page
  1. Introduction to BBaaS
  2. Start Here to BBaaS
  3. Start with Dart/Fultter Package

Create a New Address

To Get an Address use walletUser.getAddress, but if you wants a new non-used address, use this function


String address = await walletUser.getNewAddress();  // To get new Address
print(address); // HGxMiFuweTvXTuZGSBwPdEt13vijtU8bwN

PreviousBalance from AddressNextCreate a New Token

Last updated 10 months ago

🖥️