arc200-client 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3662,4 +3662,4 @@ interface IGetClientInput {
|
|
|
3662
3662
|
}
|
|
3663
3663
|
declare const getArc200ASAClient: (input: IGetClientInput) => Arc200AsaClient;
|
|
3664
3664
|
|
|
3665
|
-
export { type ApprovalStruct$1 as ApprovalStruct, Arc200Client, Arc200Factory, Arc200Client$1 as arc200, Arc200Client$1 as arc200Types, Arc200_ASAClient as arc200asa,
|
|
3665
|
+
export { APP_SPEC, type ApprovalStruct$1 as ApprovalStruct, ApprovalStructFromTuple, type Arc200AsaArgs, Arc200AsaClient, type Arc200AsaComposer, type Arc200AsaComposerResults, type Arc200AsaCreateCallParams, type Arc200AsaDeployParams, Arc200AsaFactory, type Arc200AsaNonVoidMethodSignatures, Arc200AsaParamsFactory, type Arc200AsaReturns, type Arc200AsaSignatures, type Arc200AsaTypes, Arc200Client, type Arc200ExchangeInfo, Arc200ExchangeInfoFromTuple, Arc200Factory, type AsaProps, AsaPropsFromTuple, type BinaryState, type BoxKeysState, type CallParams, type Expand, type GlobalKeysState, type MethodArgs, type MethodReturn, Arc200Client$1 as arc200, Arc200Client$1 as arc200Types, Arc200_ASAClient as arc200asa, getArc200ASAClient, getArc200Client };
|
package/dist/index.d.ts
CHANGED
|
@@ -3662,4 +3662,4 @@ interface IGetClientInput {
|
|
|
3662
3662
|
}
|
|
3663
3663
|
declare const getArc200ASAClient: (input: IGetClientInput) => Arc200AsaClient;
|
|
3664
3664
|
|
|
3665
|
-
export { type ApprovalStruct$1 as ApprovalStruct, Arc200Client, Arc200Factory, Arc200Client$1 as arc200, Arc200Client$1 as arc200Types, Arc200_ASAClient as arc200asa,
|
|
3665
|
+
export { APP_SPEC, type ApprovalStruct$1 as ApprovalStruct, ApprovalStructFromTuple, type Arc200AsaArgs, Arc200AsaClient, type Arc200AsaComposer, type Arc200AsaComposerResults, type Arc200AsaCreateCallParams, type Arc200AsaDeployParams, Arc200AsaFactory, type Arc200AsaNonVoidMethodSignatures, Arc200AsaParamsFactory, type Arc200AsaReturns, type Arc200AsaSignatures, type Arc200AsaTypes, Arc200Client, type Arc200ExchangeInfo, Arc200ExchangeInfoFromTuple, Arc200Factory, type AsaProps, AsaPropsFromTuple, type BinaryState, type BoxKeysState, type CallParams, type Expand, type GlobalKeysState, type MethodArgs, type MethodReturn, Arc200Client$1 as arc200, Arc200Client$1 as arc200Types, Arc200_ASAClient as arc200asa, getArc200ASAClient, getArc200Client };
|