Type Alias ITransaction

ITransaction:
    | IDeploymentTransaction
    | IInteractionTransaction
    | IGenericTransaction
    | IWrapTransaction

This type represents a transaction.