Skip to main content

getUniSatSigner

@ckb-ccc/uni-satDocs


@ckb-ccc/uni-sat / UniSat / getUniSatSigner

Function: getUniSatSigner()

getUniSatSigner(client): Signer | undefined

Retrieves the UniSat signer if available.

Parameters

client: Client

The client instance.

Returns

Signer | undefined

The Signer instance if the UniSat provider is available, otherwise undefined.

Source

uni-sat/src/signersFactory.ts:10