Gets the signer type.
The type of the signer.
Gets the sign type.
The sign type.
prepare a transaction before signing.
The transaction to prepare, represented as a TransactionLike object.
A promise that resolves to the prepared Transaction object.
Signs a transaction without preparing information for it.
The transaction to sign, represented as a TransactionLike object.
A promise that resolves to the signed Transaction object.
Class representing a CKB signer that extends Signer from @ckb-ccc/core.