Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetDeployDataEff

Hierarchy

  • GetDeployDataEff

Index

Methods

getDataForDeploy

  • getDataForDeploy(node: RNodeHttpUrl, deployId: string, onProgress: () => boolean): Promise<{ cost: number; data: any }>
  • Get data from deploy (rho:rchain:deployId).

    Parameters

    • node: RNodeHttpUrl
    • deployId: string
    • onProgress: () => boolean
        • (): boolean
        • Returns boolean

    Returns Promise<{ cost: number; data: any }>

Generated using TypeDoc