const session: Session = { owners: { type: 'ecdsa', accounts: [accountA, accountB, accountC], }, }
const session: Session = { owners: { type: 'ecdsa', accounts: [accountA, accountB, accountC], threshold: 2, }, }
threshold
Was this page helpful?