feat: add register method for network registry
This commit is contained in:
parent
93a1e7e884
commit
e9c9944003
|
@ -84,6 +84,10 @@ export class IPFSClient extends Client {
|
|||
},
|
||||
};
|
||||
}
|
||||
|
||||
public async register() {
|
||||
return this.callModuleReturn("register");
|
||||
}
|
||||
}
|
||||
|
||||
export const createClient = factory<IPFSClient>(IPFSClient, MODULE);
|
||||
|
|
Loading…
Reference in New Issue