Represents the parameters for the addSigner function.
addSigner
type AddSignerParams = Prettify< { chain?: Chain; client: ThirdwebClient; disableCache?: boolean; signerPublicKey: Hex; } & ( | { appAccount: Account } | { appAccountAddress: Address; deadline: bigint; signedKeyRequestMetadata: Hex; } )>;