getOKXBitcoinSigner
@ckb-ccc/okx • Docs
@ckb-ccc/okx / Okx / getOKXBitcoinSigner
Function: getOKXBitcoinSigner()
getOKXBitcoinSigner(
client):BitcoinSigner|undefined
Retrieves the OKX Bitcoin signer if available.
Parameters
• client: Client
The client instance.
Returns
BitcoinSigner | undefined
The BitcoinSigner instance if the OKX wallet is available, otherwise undefined.
Source
okx/src/signersFactory.ts:10