ContractAction
For the complete documentation index, see llms.txt
@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