api2wire_box_autoadd_schnorr_sign_with_seed_req method

  1. @protected
Pointer<wire_SchnorrSignWithSeedReq> api2wire_box_autoadd_schnorr_sign_with_seed_req(
  1. SchnorrSignWithSeedReq raw
)

Implementation

@protected
ffi.Pointer<wire_SchnorrSignWithSeedReq>
    api2wire_box_autoadd_schnorr_sign_with_seed_req(
        SchnorrSignWithSeedReq raw) {
  final ptr = inner.new_box_autoadd_schnorr_sign_with_seed_req_0();
  _api_fill_to_wire_schnorr_sign_with_seed_req(raw, ptr.ref);
  return ptr;
}