This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
btcpayserver
Watch
1
Star
0
Fork
0
You've already forked btcpayserver
mirror of
https://github.com/btcpayserver/btcpayserver.git
synced
2025-01-19 05:33:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b702621a04
btcpayserver
/
BTCPayServer.Client
/
Models
/
TransactionStatus.cs
9 lines
126 B
C#
Raw
Normal View
History
Unescape
Escape
GreenField API: Wallet API (#2246) * GreenField: Wallet API * more work * wip * rough fiunish of transaction sending api * Allow to create tx without broadcasting and small fixes * Refactor Wallet Receive feature ad add greenfield api for address reserve for wallet * add wallet api client * add docs * fix json converter tags * fixes and add wallet tests * fix tests * fix rebase * fixes * just pass the tests already * ugggh * small cleanup * revert int support in numeric string converter and make block id as native number in json * fix LN endpoint * try fix flaky test * Revert "try fix flaky test" This reverts commit 2e0d256325b892f7741325dcbab01196f74d182a. * try fix other flaky test * return proepr error if fee rate could not be fetched * try fix test again * reduce fee related logic for wallet api * try reduce code changes for pr scope * change auth logic for initial release of wallet api
2021-03-11 13:34:52 +01:00
namespace
BTCPayServer.Client.Models
{
public
enum
TransactionStatus
{
Unconfirmed
,
Improve performance of on chain transaction listing for big wallets
2022-07-04 08:50:56 +02:00
Confirmed
GreenField API: Wallet API (#2246) * GreenField: Wallet API * more work * wip * rough fiunish of transaction sending api * Allow to create tx without broadcasting and small fixes * Refactor Wallet Receive feature ad add greenfield api for address reserve for wallet * add wallet api client * add docs * fix json converter tags * fixes and add wallet tests * fix tests * fix rebase * fixes * just pass the tests already * ugggh * small cleanup * revert int support in numeric string converter and make block id as native number in json * fix LN endpoint * try fix flaky test * Revert "try fix flaky test" This reverts commit 2e0d256325b892f7741325dcbab01196f74d182a. * try fix other flaky test * return proepr error if fee rate could not be fetched * try fix test again * reduce fee related logic for wallet api * try reduce code changes for pr scope * change auth logic for initial release of wallet api
2021-03-11 13:34:52 +01:00
}
Run dotnet format (#3244)
2021-12-31 08:59:02 +01:00
}
Reference in New Issue
Copy Permalink