Beta
Pc.
Interface may be subject to change in future releases.
A partial post condition builder, which can be chained into a final post condition.
import { Pc } from '@stacks/transactions';Pc.origin().willSendEq(10000).ustx();Pc.origin().willSendGte(2000).ft(); Copy
import { Pc } from '@stacks/transactions';Pc.origin().willSendEq(10000).ustx();Pc.origin().willSendGte(2000).ft();
Generated using TypeDoc
Pc.
Post Condition BuilderInterface may be subject to change in future releases.