• Beta

    Pc. Post Condition Builder

    Interface may be subject to change in future releases.

    Returns PartialPcWithPrincipal

    A partial post condition builder, which can be chained into a final post condition.

    Example

    import { Pc } from '@stacks/transactions';
    Pc.origin().willSendEq(10000).ustx();
    Pc.origin().willSendGte(2000).ft();

Generated using TypeDoc