@medialane/sdk 0.70.1 → 0.71.0
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/evm/index.d.cts +1 -1
- package/dist/evm/index.d.ts +1 -1
- package/dist/index.cjs +5 -10755
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -5
- package/dist/index.d.ts +4 -5
- package/dist/index.js +6 -10687
- package/dist/index.js.map +1 -1
- package/dist/services-B4E-tTin.d.ts +1355 -0
- package/dist/services-D7n-cJYt.d.cts +1355 -0
- package/dist/solana/index.d.cts +1 -1
- package/dist/solana/index.d.ts +1 -1
- package/dist/starknet/index.d.cts +8098 -3
- package/dist/starknet/index.d.ts +8098 -3
- package/dist/stellar/index.d.cts +1 -1
- package/dist/stellar/index.d.ts +1 -1
- package/dist/{types-Du_-QoQ1.d.cts → types-Cdwb6lXp.d.cts} +1 -1
- package/dist/{types-Du_-QoQ1.d.ts → types-Cdwb6lXp.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/index-BayGCrpT.d.ts +0 -9449
- package/dist/index-D-ugU7Tw.d.cts +0 -9449
package/dist/stellar/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { rpc } from '@stellar/stellar-sdk';
|
|
2
|
-
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef } from '../types-
|
|
2
|
+
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef } from '../types-Cdwb6lXp.cjs';
|
|
3
3
|
|
|
4
4
|
/** Signer shape: the account's public key + a transaction signer (a wallet
|
|
5
5
|
* kit or a Keypair-backed callback). */
|
package/dist/stellar/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { rpc } from '@stellar/stellar-sdk';
|
|
2
|
-
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef } from '../types-
|
|
2
|
+
import { V as VenueAdapter, C as Chain, R as RegisterOrderParams, A as AdapterTxResult, O as OrderRef } from '../types-Cdwb6lXp.js';
|
|
3
3
|
|
|
4
4
|
/** Signer shape: the account's public key + a transaction signer (a wallet
|
|
5
5
|
* kit or a Keypair-backed callback). */
|
|
@@ -191,4 +191,4 @@ interface IssuanceAdapter<Signer> {
|
|
|
191
191
|
}): Promise<AdapterTxResult>;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
export { type AdapterTxResult as A, type Chain as C, DEFAULT_CHAIN as D, type EvmCoordinates as E, type IssuanceAdapter as I, type MintInput as M, type OrderRef as O, type RegisterOrderParams as R, type SolanaCoordinates as S, type VenueAdapter as V, type AssetRef as a, CHAINS as b, type ChainCoordinates as c, type CoordinatesByChain as d, type CreateCollectionInput as e, type StarknetCoordinates as f, type StellarCoordinates as g,
|
|
194
|
+
export { type AdapterTxResult as A, type Chain as C, DEFAULT_CHAIN as D, type EvmCoordinates as E, type IssuanceAdapter as I, type MintInput as M, type OrderRef as O, type RegisterOrderParams as R, type SolanaCoordinates as S, type VenueAdapter as V, type AssetRef as a, CHAINS as b, type ChainCoordinates as c, type CoordinatesByChain as d, type CreateCollectionInput as e, type StarknetCoordinates as f, type StellarCoordinates as g, getCoordinates as h, getStarknetCoordinates as i, type VenueSigner as j };
|
|
@@ -191,4 +191,4 @@ interface IssuanceAdapter<Signer> {
|
|
|
191
191
|
}): Promise<AdapterTxResult>;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
export { type AdapterTxResult as A, type Chain as C, DEFAULT_CHAIN as D, type EvmCoordinates as E, type IssuanceAdapter as I, type MintInput as M, type OrderRef as O, type RegisterOrderParams as R, type SolanaCoordinates as S, type VenueAdapter as V, type AssetRef as a, CHAINS as b, type ChainCoordinates as c, type CoordinatesByChain as d, type CreateCollectionInput as e, type StarknetCoordinates as f, type StellarCoordinates as g,
|
|
194
|
+
export { type AdapterTxResult as A, type Chain as C, DEFAULT_CHAIN as D, type EvmCoordinates as E, type IssuanceAdapter as I, type MintInput as M, type OrderRef as O, type RegisterOrderParams as R, type SolanaCoordinates as S, type VenueAdapter as V, type AssetRef as a, CHAINS as b, type ChainCoordinates as c, type CoordinatesByChain as d, type CreateCollectionInput as e, type StarknetCoordinates as f, type StellarCoordinates as g, getCoordinates as h, getStarknetCoordinates as i, type VenueSigner as j };
|