wire_pub_master_to_wallet_unhardened method

void wire_pub_master_to_wallet_unhardened(
  1. int port_,
  2. Pointer<wire_uint_8_list> master,
  3. int idx
)

Implementation

void wire_pub_master_to_wallet_unhardened(
  int port_,
  ffi.Pointer<wire_uint_8_list> master,
  int idx,
) {
  return _wire_pub_master_to_wallet_unhardened(
    port_,
    master,
    idx,
  );
}