@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
blockchain
BlockchainWithdrawalQuoteQueryService
Class BlockchainWithdrawalQuoteQueryService
Hierarchy (
View Summary
)
BlockchainWithdrawalQuoteQueryService
BlockchainWithdrawalQuoteService
Index
Constructors
constructor
Methods
get
Constructors
constructor
new
BlockchainWithdrawalQuoteQueryService
(
args
:
{
sqlClient
:
Sql
}
,
)
:
BlockchainWithdrawalQuoteQueryService
Parameters
args
:
{
sqlClient
:
Sql
}
Returns
BlockchainWithdrawalQuoteQueryService
Methods
get
get
(
__namedParameters
:
{
customerId
:
string
;
id
:
string
;
tx
?:
B2bPgTransaction
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
BlockchainWithdrawalQuote
|
null
}
>
Get a withdrawal by ID without customer restriction
Parameters
__namedParameters
:
{
customerId
:
string
;
id
:
string
;
tx
?:
B2bPgTransaction
}
Returns
Promise
<
{
ok
:
true
;
value
:
BlockchainWithdrawalQuote
|
null
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
@cfxlabsinc/b2b-services
Loading...
Get a withdrawal by ID without customer restriction