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