Skip to main content

ContractAction

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / ContractAction

Type Alias: ContractAction<P>

type ContractAction<P> =
| ContractCall<P>
| ContractDeploy
| MaintenanceUpdate;

An interactions with a contract

Type Parameters​

P​

P extends Proofish