splitAggregatedSignature

1const splitAggregatedSignature: <TAccount>(
2 args,
3) => Promise<SplitAggregateSignatureResult>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/plugins/multisig/utils/splitAggregatedSignature.d.ts:26

Takes an aggregated signature and threshold and splits it into its components

Type Parameters

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined

Parameters

ParameterTypeDescription

args

SplitAggregateSignatureParams<TAccount>

the arguments for the split

Returns

Promise<SplitAggregateSignatureResult>

the signature split into its upper limits and current signatures