Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Wallets

Index

Constructors

constructor

Methods

acceptShare

add

  • add Add a new wallet (advanced mode). This allows you to manually submit the keys, type, m and n of the wallet Parameters include: "label": label of the wallet to be shown in UI "m": number of keys required to unlock wallet (2) "n": number of keys available on the wallet (3) "keys": array of keychain ids

    Parameters

    Returns Bluebird<any>

cancelShare

  • cancelShare(params?: object, callback?: NodeCallback<any>): Bluebird<any>

generateWallet

  • Generate a new wallet

    1. Creates the user keychain locally on the client, and encrypts it with the provided passphrase
    2. If no pub was provided, creates the backup keychain locally on the client, and encrypts it with the provided passphrase
    3. Uploads the encrypted user and backup keychains to BitGo
    4. Creates the BitGo key on the service
    5. Creates the wallet on BitGo with the 3 public keys above

    Parameters

    Returns Bluebird<WalletWithKeychains>

get

getShare

  • getShare(params?: object, callback?: NodeCallback<any>): Bluebird<any>

getTotalBalances

  • getTotalBalances(params?: __type, callback?: NodeCallback<any>): Bluebird<any>

getWallet

getWalletByAddress

list

listShares

  • listShares(params?: __type, callback?: NodeCallback<any>): Bluebird<any>

resendShareInvite

  • resendShareInvite(params?: object, callback?: NodeCallback<any>): Bluebird<any>

updateShare

Generated using TypeDoc