Beta
Pc.
Interface may be subject to change in future releases.
The Pc namespace is provided as a convenience to build post conditions. The pattern chains methods together to build a post condition. PRINCIPAL -> [AMOUNT] -> CODE -> ASSET
PRINCIPAL -> [AMOUNT] -> CODE -> ASSET
The builder starts with the Pc.principal method.
import { Pc } from '@stacks/transactions';Pc.principal('STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6').willSendEq(10000).ustx(); Copy
import { Pc } from '@stacks/transactions';Pc.principal('STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6').willSendEq(10000).ustx();
Generated using TypeDoc
Pc.
Post Condition BuilderInterface may be subject to change in future releases.
The Pc namespace is provided as a convenience to build post conditions. The pattern chains methods together to build a post condition.
PRINCIPAL -> [AMOUNT] -> CODE -> ASSET
The builder starts with the Pc.principal method.
Example