ContractAction
For the complete documentation index, see llms.txt
@midnight/ledger / ContractAction
Type Alias: ContractAction<P>
type ContractAction<P> =
| ContractCall<P>
| ContractDeploy
| MaintenanceUpdate;
컨트랙트와의 상호작용입니다.
Type Parameters
P
P extends Proofish