imports method

  1. @MPI(name: "mesh.net.imports")
Future<void> imports(
  1. String mdc,
  2. String crt, {
  3. Context? ctx,
})

Imports the weave certificate. 导入当前节点到目标节点网络的证书信息.

Implementation

@MPI(name: "mesh.net.imports")
Future<void> imports(String mdc, String crt, {Context? ctx}) {
  throw UnimplementedError('imports() has not been implemented.');
}