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;

컨트랙트와의 상호작용입니다.

Type Parameters

P

P extends Proofish