Skip to content

ox@0.14.38

Choose a tag to compare

@github-actions github-actions released this 24 Aug 07:19
· 86 commits to main since this release
6c9682c

Patch Changes

  • #409 8f25490 Thanks @jxom! - Added multisig operation hashing, approval selection, and transaction serialization helpers.

    import { MultisigOperation } from "ox/tempo";
    
    const selection = await MultisigOperation.selectApprovals(options);
    const transaction = MultisigOperation.serializeTransaction(operation, {
      approvals: selection.selectedApprovals,
    });