Skip to content

ox@0.14.39

Choose a tag to compare

@github-actions github-actions released this 26 Aug 02:07
· 86 commits to main since this release
819a859

Patch Changes

  • #412 200d9a7 Thanks @jxom! - Changed native multisig configuration and signature APIs to require complete TIP-1061 witnesses with a version.

    const config = MultisigConfig.from({
      owners,
      threshold: 2,
      version: 1,
    });