wire_Wallet_wait_for_transaction method

void wire_Wallet_wait_for_transaction(
  1. int port_,
  2. int that,
  3. Pointer<wire_cst_list_prim_u_8_strict> tx_hash,
  4. Pointer<Uint32> timeout,
)

Implementation

void wire_Wallet_wait_for_transaction(
  int port_,
  int that,
  ffi.Pointer<wire_cst_list_prim_u_8_strict> tx_hash,
  ffi.Pointer<ffi.Uint32> timeout,
) {
  return _wire_Wallet_wait_for_transaction(
    port_,
    that,
    tx_hash,
    timeout,
  );
}