function splitAggregatedSignature<TAccount>(
args,
): Promise<SplitAggregateSignatureResult>;Defined in: account-kit/smart-contracts/src/msca/plugins/multisig/utils/splitAggregatedSignature.ts:41
Takes an aggregated signature and threshold and splits it into its components
| Type Parameter | Default type |
|---|---|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| the arguments for the split |
Promise<SplitAggregateSignatureResult>
the signature split into its upper limits and current signatures