splitAggregatedSignature

1function splitAggregatedSignature<TAccount>(
2 args,
3): 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 Parameters

Type ParameterDefault type

TAccount extends undefined | SmartContractAccount

undefined | SmartContractAccount

Parameters

ParameterTypeDescription

args

SplitAggregateSignatureParams<TAccount>

the arguments for the split

Returns

Promise<SplitAggregateSignatureResult>

the signature split into its upper limits and current signatures