Options
All
  • Public
  • Public/Protected
  • All
Menu

Module service/LinkService

Index

Type aliases

KeyAccount

KeyAccount: { publicKey: string }

Type declaration

  • publicKey: string

LinkParams

LinkParams: { accountResolver?: AccountResolver; customPreset?: string; maxFee?: number; password?: string; ready?: boolean; removeOldLinked?: boolean; serviceProviderPublicKey?: string; target: string; unlink: boolean; url: string; useKnownRestGateways: boolean }

params necessary to announce link transactions network.

Type declaration

  • Optional accountResolver?: AccountResolver
  • Optional customPreset?: string
  • Optional maxFee?: number
  • Optional password?: string
  • Optional ready?: boolean
  • Optional removeOldLinked?: boolean
  • Optional serviceProviderPublicKey?: string
  • target: string
  • unlink: boolean
  • url: string
  • useKnownRestGateways: boolean

Generated using TypeDoc