@b3dotfun/sdk 0.0.56-alpha.0 → 0.0.56-alpha.1
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.
|
@@ -78,7 +78,6 @@ export interface paths {
|
|
|
78
78
|
/**
|
|
79
79
|
* Get Coinbase onramp options
|
|
80
80
|
* @description Retrieves available Coinbase onramp configuration options.
|
|
81
|
-
*
|
|
82
81
|
*/
|
|
83
82
|
get: {
|
|
84
83
|
parameters: {
|
|
@@ -288,12 +287,12 @@ export interface paths {
|
|
|
288
287
|
*/
|
|
289
288
|
get: {
|
|
290
289
|
parameters: {
|
|
291
|
-
query
|
|
290
|
+
query: {
|
|
292
291
|
/**
|
|
293
|
-
* @description
|
|
292
|
+
* @description Address of the order creator
|
|
294
293
|
* @example 0x58241893EF1f86C9fBd8109Cd44Ea961fDb474e1
|
|
295
294
|
*/
|
|
296
|
-
creatorAddress
|
|
295
|
+
creatorAddress: string;
|
|
297
296
|
/**
|
|
298
297
|
* @description Maximum number of orders to return
|
|
299
298
|
* @example 20
|
|
@@ -78,7 +78,6 @@ export interface paths {
|
|
|
78
78
|
/**
|
|
79
79
|
* Get Coinbase onramp options
|
|
80
80
|
* @description Retrieves available Coinbase onramp configuration options.
|
|
81
|
-
*
|
|
82
81
|
*/
|
|
83
82
|
get: {
|
|
84
83
|
parameters: {
|
|
@@ -288,12 +287,12 @@ export interface paths {
|
|
|
288
287
|
*/
|
|
289
288
|
get: {
|
|
290
289
|
parameters: {
|
|
291
|
-
query
|
|
290
|
+
query: {
|
|
292
291
|
/**
|
|
293
|
-
* @description
|
|
292
|
+
* @description Address of the order creator
|
|
294
293
|
* @example 0x58241893EF1f86C9fBd8109Cd44Ea961fDb474e1
|
|
295
294
|
*/
|
|
296
|
-
creatorAddress
|
|
295
|
+
creatorAddress: string;
|
|
297
296
|
/**
|
|
298
297
|
* @description Maximum number of orders to return
|
|
299
298
|
* @example 20
|
|
@@ -78,7 +78,6 @@ export interface paths {
|
|
|
78
78
|
/**
|
|
79
79
|
* Get Coinbase onramp options
|
|
80
80
|
* @description Retrieves available Coinbase onramp configuration options.
|
|
81
|
-
*
|
|
82
81
|
*/
|
|
83
82
|
get: {
|
|
84
83
|
parameters: {
|
|
@@ -288,12 +287,12 @@ export interface paths {
|
|
|
288
287
|
*/
|
|
289
288
|
get: {
|
|
290
289
|
parameters: {
|
|
291
|
-
query
|
|
290
|
+
query: {
|
|
292
291
|
/**
|
|
293
|
-
* @description
|
|
292
|
+
* @description Address of the order creator
|
|
294
293
|
* @example 0x58241893EF1f86C9fBd8109Cd44Ea961fDb474e1
|
|
295
294
|
*/
|
|
296
|
-
creatorAddress
|
|
295
|
+
creatorAddress: string;
|
|
297
296
|
/**
|
|
298
297
|
* @description Maximum number of orders to return
|
|
299
298
|
* @example 20
|
package/package.json
CHANGED
|
@@ -79,7 +79,6 @@ export interface paths {
|
|
|
79
79
|
/**
|
|
80
80
|
* Get Coinbase onramp options
|
|
81
81
|
* @description Retrieves available Coinbase onramp configuration options.
|
|
82
|
-
*
|
|
83
82
|
*/
|
|
84
83
|
get: {
|
|
85
84
|
parameters: {
|
|
@@ -289,12 +288,12 @@ export interface paths {
|
|
|
289
288
|
*/
|
|
290
289
|
get: {
|
|
291
290
|
parameters: {
|
|
292
|
-
query
|
|
291
|
+
query: {
|
|
293
292
|
/**
|
|
294
|
-
* @description
|
|
293
|
+
* @description Address of the order creator
|
|
295
294
|
* @example 0x58241893EF1f86C9fBd8109Cd44Ea961fDb474e1
|
|
296
295
|
*/
|
|
297
|
-
creatorAddress
|
|
296
|
+
creatorAddress: string;
|
|
298
297
|
/**
|
|
299
298
|
* @description Maximum number of orders to return
|
|
300
299
|
* @example 20
|