Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SDKResolvers

resolvers are the core of any sdk they allow the sdk to be portable by giving functions that resolve to different zilliqa network configurations such as testnet mainnet isolated server beyond that you can provide different submitter keys for contract calls and deploys

Hierarchy

  • SDKResolvers

Index

Properties

Optional txLog

txLog?: TXLog

Methods

getNetworkName

  • getNetworkName(): string

getVersion

  • getVersion(): number

getZil

  • getZil(requireSigner?: boolean): Promise<{ zil: Zilliqa; teardown: any }>
  • Parameters

    • Optional requireSigner: boolean

    Returns Promise<{ zil: Zilliqa; teardown: any }>

Generated using TypeDoc