api2wire_box_autoadd_secp_256_k_1_sign_with_seed_req method

  1. @protected
Pointer<wire_Secp256k1SignWithSeedReq> api2wire_box_autoadd_secp_256_k_1_sign_with_seed_req(
  1. Secp256k1SignWithSeedReq raw
)

Implementation

@protected
ffi.Pointer<wire_Secp256k1SignWithSeedReq>
    api2wire_box_autoadd_secp_256_k_1_sign_with_seed_req(
        Secp256k1SignWithSeedReq raw) {
  final ptr = inner.new_box_autoadd_secp_256_k_1_sign_with_seed_req_0();
  _api_fill_to_wire_secp_256_k_1_sign_with_seed_req(raw, ptr.ref);
  return ptr;
}