UNPKG

@taqueria/protocol

Version:

A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.

54 lines 3.5 kB
export * as Alias from '@taqueria/protocol/Alias'; export * as Command from '@taqueria/protocol/Command'; export * as Config from '@taqueria/protocol/Config'; export * as ConfigFileV2 from '@taqueria/protocol/ConfigFileV2'; export * as Contract from '@taqueria/protocol/Contract'; export * as EconomicalProtocolHash from '@taqueria/protocol/EconomicalProtocolHash'; export * as Environment from '@taqueria/protocol/Environment'; export * as Faucet from '@taqueria/protocol/Faucet'; export * as HumanReadableIdentifier from '@taqueria/protocol/HumanReadableIdentifier'; export * as InstalledPlugin from '@taqueria/protocol/InstalledPlugin'; export * as LoadedConfig from '@taqueria/protocol/LoadedConfig'; export * as MetadataConfig from '@taqueria/protocol/MetadataConfig'; export * as NetworkAccountConfig from '@taqueria/protocol/NetworkAccountConfig'; export * as NetworkConfig from '@taqueria/protocol/NetworkConfig'; export * as NonEmptyString from '@taqueria/protocol/NonEmptyString'; export * as Operation from '@taqueria/protocol/Operation'; export * as Option from '@taqueria/protocol/Option'; export * as ParsedOperation from '@taqueria/protocol/ParsedOperation'; export * as ParsedTemplate from '@taqueria/protocol/ParsedTemplate'; export * as PluginActionName from '@taqueria/protocol/PluginActionName'; export * as PluginDependenciesResponse from '@taqueria/protocol/PluginDependenciesResponse'; export * as PluginJsonResponse from '@taqueria/protocol/PluginJsonResponse'; export * as PluginProxyResponse from '@taqueria/protocol/PluginProxyResponse'; export * as PluginResponseEncoding from '@taqueria/protocol/PluginResponseEncoding'; export * as PositionalArg from '@taqueria/protocol/PositionalArg'; export * as Provisioner from '@taqueria/protocol/Provisioner'; export * as ProvisionerID from '@taqueria/protocol/ProvisionerID'; export * as Provisions from '@taqueria/protocol/Provisions'; export * as ProxyTaskArgs from '@taqueria/protocol/ProxyTaskArgs'; export * as ProxyTemplateArgs from '@taqueria/protocol/ProxyTemplateArgs'; export * as PublicKeyHash from '@taqueria/protocol/PublicKeyHash'; export * as RequestArgs from '@taqueria/protocol/RequestArgs'; export * as SandboxAccountConfig from '@taqueria/protocol/SandboxAccountConfig'; export * as SandboxConfig from '@taqueria/protocol/SandboxConfig'; export * as SanitizedAbsPath from '@taqueria/protocol/SanitizedAbsPath'; export * as SanitizedPath from '@taqueria/protocol/SanitizedPath'; export * as ScaffoldConfig from '@taqueria/protocol/ScaffoldConfig'; export * as Settings from '@taqueria/protocol/Settings'; export * as SingleChar from '@taqueria/protocol/SingleChar'; export * as Task from '@taqueria/protocol/Task'; export * as Template from '@taqueria/protocol/Template'; export * as Timestamp from '@taqueria/protocol/Timestamp'; export * as Tz from '@taqueria/protocol/Tz'; export * as Url from '@taqueria/protocol/Url'; export * as Verb from '@taqueria/protocol/Verb'; export * as VersionNumber from '@taqueria/protocol/VersionNumber'; export * as PluginInfo from '@taqueria/protocol/PluginInfo'; export * as EphemeralState from '@taqueria/protocol/EphemeralState'; export * as i18n from '@taqueria/protocol/i18n'; export * as PersistentState from '@taqueria/protocol/PersistentState'; export * as PluginSchema from '@taqueria/protocol/PluginSchema'; export * as SanitizedArgs from '@taqueria/protocol/SanitizedArgs'; export * as SHA256 from '@taqueria/protocol/SHA256'; //# sourceMappingURL=index.d.ts.map