mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
powergate 0.2.0 syntax updates
This commit is contained in:
parent
efb62720ee
commit
e65b00579f
@ -42,8 +42,8 @@ class Example extends React.Component {
|
|||||||
|
|
||||||
await getByteArray();
|
await getByteArray();
|
||||||
|
|
||||||
const { cid } = await PowerGate.ffs.addToHot(buffer);
|
const { cid } = await PowerGate.ffs.stage(buffer);
|
||||||
const { jobId } = await PowerGate.ffs.pushConfig(cid);
|
const { jobId } = await PowerGate.ffs.pushStorageConfig(cid);
|
||||||
const cancel = PowerGate.ffs.watchJobs((job) => {
|
const cancel = PowerGate.ffs.watchJobs((job) => {
|
||||||
console.log(job);
|
console.log(job);
|
||||||
}, jobId);
|
}, jobId);
|
||||||
|
Loading…
Reference in New Issue
Block a user