@@ -274,9 +274,6 @@ pub type ParseGetTxnFeesResponseCB = extern fn(command_handle: i32,
274274///
275275/// It allows library user to provide custom payment method implementation as set of handlers.
276276///
277- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
278- /// in the future releases.
279- ///
280277/// #Params
281278/// command_handle: Command handle to map callback to caller context.
282279/// payment_method: The type of payment method also used as sub-prefix for fully resolvable payment address format ("sov" - for example)
@@ -364,9 +361,6 @@ pub extern fn indy_register_payment_method(command_handle: i32,
364361/// Note that payment method should be able to resolve this
365362/// secret by fully resolvable payment address format.
366363///
367- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
368- /// in the future releases.
369- ///
370364/// #Params
371365/// command_handle: command handle to map callback to context
372366/// wallet_handle: wallet handle where to save new address
@@ -418,9 +412,6 @@ pub extern fn indy_create_payment_address(command_handle: i32,
418412
419413/// Lists all payment addresses that are stored in the wallet
420414///
421- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
422- /// in the future releases.
423- ///
424415/// #Params
425416/// command_handle: command handle to map callback to context
426417/// wallet_handle: wallet to search for payment_addresses in
@@ -470,9 +461,6 @@ pub extern fn indy_list_payment_addresses(command_handle: i32,
470461/// Format of inputs is specific for payment method. Usually it should reference payment transaction
471462/// with at least one output that corresponds to payment address that user owns.
472463///
473- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
474- /// in the future releases.
475- ///
476464/// #Params
477465/// command_handle: Command handle to map callback to caller context.
478466/// wallet_handle: wallet handle
@@ -539,18 +527,12 @@ pub extern fn indy_add_request_fees(command_handle: i32,
539527
540528/// Parses response for Indy request with fees.
541529///
542- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
543- /// in the future releases.
544- ///
545530/// #Params
546531/// command_handle: Command handle to map callback to caller context.
547532/// payment_method: payment method to use
548533/// resp_json: response for Indy request with fees
549534/// Note: this param will be used to determine payment_method
550535///
551- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
552- /// in the future releases.
553- ///
554536/// #Returns
555537/// receipts_json - parsed (payment method and node version agnostic) receipts info as json:
556538/// [{
@@ -594,9 +576,6 @@ pub extern fn indy_parse_response_with_fees(command_handle: i32,
594576/// Builds Indy request for getting sources list for payment address
595577/// according to this payment method.
596578///
597- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
598- /// in the future releases.
599- ///
600579/// #Params
601580/// command_handle: Command handle to map callback to caller context.
602581/// wallet_handle: wallet handle
@@ -647,9 +626,6 @@ pub extern fn indy_build_get_sources_request(command_handle: i32,
647626
648627/// Parses response for Indy request for getting sources list.
649628///
650- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
651- /// in the future releases.
652- ///
653629/// #Params
654630/// command_handle: Command handle to map callback to caller context.
655631/// payment_method: payment method to use.
@@ -707,9 +683,6 @@ pub extern fn indy_parse_get_sources_response(command_handle: i32,
707683/// Format of inputs is specific for payment method. Usually it should reference payment transaction
708684/// with at least one output that corresponds to payment address that user owns.
709685///
710- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
711- /// in the future releases.
712- ///
713686/// #Params
714687/// command_handle: Command handle to map callback to caller context.
715688/// wallet_handle: wallet handle
@@ -771,9 +744,6 @@ pub extern fn indy_build_payment_req(command_handle: i32,
771744
772745/// Parses response for Indy request for payment txn.
773746///
774- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
775- /// in the future releases.
776- ///
777747/// #Params
778748/// command_handle: Command handle to map callback to caller context.
779749/// payment_method: payment method to use
@@ -826,9 +796,6 @@ pub extern fn indy_parse_payment_response(command_handle: i32,
826796/// Builds Indy request for doing minting
827797/// according to this payment method.
828798///
829- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
830- /// in the future releases.
831- ///
832799/// #Params
833800/// command_handle: Command handle to map callback to caller context.
834801/// wallet_handle: wallet handle
@@ -884,9 +851,6 @@ pub extern fn indy_build_mint_req(command_handle: i32,
884851
885852/// Builds Indy request for setting fees for transactions in the ledger
886853///
887- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
888- /// in the future releases.
889- ///
890854/// # Params
891855/// command_handle: Command handle to map callback to caller context.
892856/// wallet_handle: wallet handle
@@ -942,9 +906,6 @@ pub extern fn indy_build_set_txn_fees_req(command_handle: i32,
942906
943907/// Builds Indy get request for getting fees for transactions in the ledger
944908///
945- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
946- /// in the future releases.
947- ///
948909/// # Params
949910/// command_handle: Command handle to map callback to caller context.
950911/// wallet_handle: wallet handle
@@ -992,9 +953,6 @@ pub extern fn indy_build_get_txn_fees_req(command_handle: i32,
992953
993954/// Parses response for Indy request for getting fees
994955///
995- /// Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change
996- /// in the future releases.
997- ///
998956/// # Params
999957/// command_handle: Command handle to map callback to caller context.
1000958/// payment_method: payment method to use
0 commit comments