ContractAction
@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
@midnight/ledger / ContractAction
type ContractAction<P> =
| ContractCall<P>
| ContractDeploy
| MaintenanceUpdate;
An interactions with a contract
P extends Proofish