Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Accessors

type

  • get type(): string

Static coinTokenPatternSeparator

  • get coinTokenPatternSeparator(): string

Methods

allowsAccountConsolidations

  • allowsAccountConsolidations(): boolean
  • Flag for determining whether this coin supports account consolidations from its receive addresses to the root address.

    Returns boolean

    True if okay to consolidate over this coin; false, otherwise

baseUnitsToBigUnits

  • baseUnitsToBigUnits(baseUnits: string | number): string
  • Convert a currency amount represented in base units (satoshi, wei, atoms, drops, stroops) to big units (btc, eth, rmg, xrp, xlm)

    Parameters

    • baseUnits: string | number

    Returns string

bigUnitsToBaseUnits

  • bigUnitsToBaseUnits(bigUnits: string | number): string
  • Convert a currency amount represented in big units (btc, eth, rmg, xrp, xlm) to base units (satoshi, wei, atoms, drops, stroops)

    Parameters

    • bigUnits: string | number

    Returns string

deriveKeyWithSeed

  • deriveKeyWithSeed(__namedParameters: object): object

enterprises

feeEstimate

Abstract generateKeyPair

  • generateKeyPair(seed?: Buffer): KeyPair

Abstract getBaseFactor

  • getBaseFactor(): number | string

Abstract getChain

  • getChain(): string

getExtraPrebuildParams

Abstract getFamily

  • getFamily(): string

Abstract getFullName

  • getFullName(): string

initiateRecovery

Abstract isValidAddress

  • isValidAddress(address: string): boolean

isValidMofNSetup

  • isValidMofNSetup(__namedParameters: object): boolean

Abstract isValidPub

  • isValidPub(pub: string): boolean

keyIdsForSigning

  • keyIdsForSigning(): number[]

keychains

markets

newWalletObject

  • newWalletObject(walletParams: any): Wallet

Abstract parseTransaction

pendingApprovals

postProcessPrebuild

preCreateBitGo

presignTransaction

signMessage

  • signMessage(key: object, message: string, callback?: NodeCallback<Buffer>): Bluebird<Buffer>

Abstract signTransaction

supplementGenerateWallet

supportsBlockTarget

  • supportsBlockTarget(): boolean

transactionDataAllowed

  • transactionDataAllowed(): boolean

url

  • url(suffix: string): string

valuelessTransferAllowed

  • valuelessTransferAllowed(): boolean

Abstract verifyAddress

verifyRecoveryTransaction

Abstract verifyTransaction

wallets

webhooks

Generated using TypeDoc