UNPKG
@exchanges/binance
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
Exchange provider for Binance API
@exchanges/binance
/
build
/
api
/
spotMarginSavingsMaining
/
subAccount
/
createVirtualSubAccount.d.ts
4 lines
(3 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
import
{
BinanceSignedClient
}
from
'../../../clients'
;
export
declare
type
CreateVirtualSubAccountResponse
=
string
;
export
declare
function
createVirtualSubAccount
(
client
:
BinanceSignedClient
,
subAccountString
:
string
):
Promise
<
string
>;