Type alias SupportsExecutionModeParameters<TSmartAccount, callType>

SupportsExecutionModeParameters<TSmartAccount, callType>: {
    account?: TSmartAccount;
} & ExecutionMode<callType>

Type Parameters

  • TSmartAccount extends SmartAccount | undefined
  • callType extends CallType = CallType

Type declaration