Skip to content

ox@1.7.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 05:41
· 12 commits to main since this release
13bcd7e

Patch Changes

  • #407 e01d0bb Thanks @jxom! - Updated Tempo multisig operations, configuration witnesses, RPC types, approval selection, transaction serialization, fee-payer envelope handling, and TIP-1061 validation.

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