• Beta

    Pc. Post Condition Builder

    Interface may be subject to change in future releases.

    Parameters

    • principal: string

      The principal to check, which should/should-not be sending assets. A string in the format <address> or <contractAddress>.<contractName>.

    Returns PartialPcWithPrincipal

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

    Example

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

Generated using TypeDoc