@0xsequence/api
Advanced tools
Comparing version 0.23.0 to 0.24.0
# @0xsequence/api | ||
## 0.24.0 | ||
### Minor Changes | ||
- pass wallet config and nonce to GetMetaTxnNetworkFeeOptions | ||
## 0.23.0 | ||
@@ -4,0 +10,0 @@ |
@@ -30,3 +30,3 @@ 'use strict'; | ||
/* eslint-disable */ | ||
// arcadeum-api v0.3.0 99ef3094b37056d4fb04c1b2e594c44f73d8f4b2 | ||
// arcadeum-api v0.3.0 f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8 | ||
// -- | ||
@@ -40,3 +40,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
const WebRPCSchemaHash = "99ef3094b37056d4fb04c1b2e594c44f73d8f4b2"; // | ||
const WebRPCSchemaHash = "f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8"; // | ||
// Types | ||
@@ -43,0 +43,0 @@ // |
@@ -30,3 +30,3 @@ 'use strict'; | ||
/* eslint-disable */ | ||
// arcadeum-api v0.3.0 99ef3094b37056d4fb04c1b2e594c44f73d8f4b2 | ||
// arcadeum-api v0.3.0 f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8 | ||
// -- | ||
@@ -40,3 +40,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
const WebRPCSchemaHash = "99ef3094b37056d4fb04c1b2e594c44f73d8f4b2"; // | ||
const WebRPCSchemaHash = "f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8"; // | ||
// Types | ||
@@ -43,0 +43,0 @@ // |
@@ -22,3 +22,3 @@ import fetch from 'cross-fetch'; | ||
/* eslint-disable */ | ||
// arcadeum-api v0.3.0 99ef3094b37056d4fb04c1b2e594c44f73d8f4b2 | ||
// arcadeum-api v0.3.0 f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8 | ||
// -- | ||
@@ -32,3 +32,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
const WebRPCSchemaHash = "99ef3094b37056d4fb04c1b2e594c44f73d8f4b2"; // | ||
const WebRPCSchemaHash = "f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8"; // | ||
// Types | ||
@@ -35,0 +35,0 @@ // |
export declare const WebRPCVersion = "v1"; | ||
export declare const WebRPCSchemaVersion = "v0.3.0"; | ||
export declare const WebRPCSchemaHash = "99ef3094b37056d4fb04c1b2e594c44f73d8f4b2"; | ||
export declare const WebRPCSchemaHash = "f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8"; | ||
export declare enum ChainStateProp { | ||
@@ -293,2 +293,12 @@ UNKNOWN = "UNKNOWN", | ||
} | ||
export interface WalletConfig { | ||
address: string; | ||
signers: Array<WalletSigner>; | ||
threshold: number; | ||
chainId?: number; | ||
} | ||
export interface WalletSigner { | ||
address: string; | ||
weight: number; | ||
} | ||
export interface FeeOption { | ||
@@ -698,5 +708,4 @@ token: FeeToken; | ||
export interface GetMetaTxnNetworkFeeOptionsArgs { | ||
walletAddress: string; | ||
walletConfig: WalletConfig; | ||
payload: string; | ||
signers: number; | ||
} | ||
@@ -703,0 +712,0 @@ export interface GetMetaTxnNetworkFeeOptionsReturn { |
{ | ||
"name": "@0xsequence/api", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "api sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api", |
/* eslint-disable */ | ||
// arcadeum-api v0.3.0 99ef3094b37056d4fb04c1b2e594c44f73d8f4b2 | ||
// arcadeum-api v0.3.0 f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8 | ||
// -- | ||
@@ -14,3 +14,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
// Schema hash generated from your RIDL schema | ||
export const WebRPCSchemaHash = "99ef3094b37056d4fb04c1b2e594c44f73d8f4b2" | ||
export const WebRPCSchemaHash = "f7ddfd2b65953c3fc7717c519e3fb5f1b4b800e8" | ||
@@ -336,2 +336,14 @@ | ||
export interface WalletConfig { | ||
address: string | ||
signers: Array<WalletSigner> | ||
threshold: number | ||
chainId?: number | ||
} | ||
export interface WalletSigner { | ||
address: string | ||
weight: number | ||
} | ||
export interface FeeOption { | ||
@@ -784,5 +796,4 @@ token: FeeToken | ||
export interface GetMetaTxnNetworkFeeOptionsArgs { | ||
walletAddress: string | ||
walletConfig: WalletConfig | ||
payload: string | ||
signers: number | ||
} | ||
@@ -789,0 +800,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113819
3533