wire_pub_master_to_wallet_unhardened method

void wire_pub_master_to_wallet_unhardened(
  1. NativePortType port_,
  2. Uint8List master,
  3. int idx
)

Implementation

void wire_pub_master_to_wallet_unhardened(
        NativePortType port_, Uint8List master, int idx) =>
    wasmModule.wire_pub_master_to_wallet_unhardened(port_, master, idx);