@magic-ext/tezos 0.1.9 → 3.0.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.
- package/CHANGELOG.md +44 -0
- package/LICENSE +21 -0
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +7 -0
- package/dist/es/index.js +2 -0
- package/dist/es/index.js.map +7 -0
- package/dist/es/index.mjs +2 -0
- package/dist/es/index.mjs.map +7 -0
- package/dist/extension.js +2 -0
- package/dist/react-native/index.native.js +2 -0
- package/dist/react-native/index.native.js.map +7 -0
- package/dist/types/index.cdn.d.ts +2 -0
- package/dist/{src → types}/index.d.ts +16 -4
- package/dist/types/index.native.d.ts +1 -0
- package/dist/{src → types}/type.d.ts +0 -0
- package/package.json +27 -13
- package/dist/index.cdn.js +0 -1
- package/dist/index.js +0 -1
- package/src/index.ts +0 -139
- package/src/type.ts +0 -8
- package/tsconfig.json +0 -19
- package/webpack.config.js +0 -28
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# v3.0.1 (Tue Jan 25 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fix CDN build targets [#270](https://github.com/magiclabs/magic-js/pull/270) ([@smithki](https://github.com/smithki))
|
|
6
|
+
- Fix CDN issues related to ESBuild ([@smithki](https://github.com/smithki))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Ian K Smith ([@smithki](https://github.com/smithki))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v3.0.0 (Tue Jan 25 2022)
|
|
15
|
+
|
|
16
|
+
#### 💥 Breaking Change
|
|
17
|
+
|
|
18
|
+
- Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug Fix
|
|
21
|
+
|
|
22
|
+
- Merge with master ([@smithki](https://github.com/smithki))
|
|
23
|
+
- Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
|
|
24
|
+
- Modify CDN default exports ([@smithki](https://github.com/smithki))
|
|
25
|
+
- Support newly added Magic JS extensions in ESBuild ([@smithki](https://github.com/smithki))
|
|
26
|
+
|
|
27
|
+
#### Authors: 1
|
|
28
|
+
|
|
29
|
+
- Ian K Smith ([@smithki](https://github.com/smithki))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# v1.0.0 (Fri Dec 10 2021)
|
|
34
|
+
|
|
35
|
+
#### 💥 Breaking Change
|
|
36
|
+
|
|
37
|
+
- Jerryliu sc 44386 migrate web3 related magic ext repos to magic part 2 [#251](https://github.com/magiclabs/magic-js/pull/251) ([@Ethella](https://github.com/Ethella))
|
|
38
|
+
|
|
39
|
+
#### Authors: 1
|
|
40
|
+
|
|
41
|
+
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018-present Magic Labs, Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var m=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var f=r=>m(r,"__esModule",{value:!0});var l=(r,n)=>{for(var e in n)m(r,e,{get:n[e],enumerable:!0})},z=(r,n,e,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let t of b(n))!h.call(r,t)&&(e||t!=="default")&&m(r,t,{get:()=>n[t],enumerable:!(i=g(n,t))||i.enumerable});return r};var C=(r=>(n,e)=>r&&r.get(n)||(e=z(f({}),n,1),r&&r.set(n,e),e))(typeof WeakMap!="undefined"?new WeakMap:0);var O={};l(O,{TezosExtension:()=>d});var p=require("@magic-sdk/commons"),d=class extends p.Extension.Internal{constructor(n){super();this.tezosConfig=n;this.name="tezos";this.sendTransactionOperation=(n,e,i,t)=>this.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:n,amount:e,fee:i,derivationPath:t}});this.sendContractOriginationOperation=(n,e,i,t,s,o,a,u,c)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:n,delegate:e,fee:i,derivationPath:t,storage_limit:s,gas_limit:o,code:a,storage:u,codeFormat:c}});this.sendContractInvocationOperation=(n,e,i,t,s,o,a,u,c)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:n,amount:e,fee:i,derivationPath:t,storageLimit:s,gasLimit:o,entrypoint:a,parameters:u,parameterFormat:c}});this.sendContractPing=(n,e,i,t,s,o)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:n,amount:e,fee:i,derivationPath:t,storageLimit:s,gasLimit:o}});this.sendDelegationOperation=(n,e)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:n,amount:e}});this.getAccount=()=>this.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]});this.config={rpcUrl:n.rpcUrl,chainType:"TEZOS"}}};module.exports=C(O);
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["import { Extension } from '@magic-sdk/commons';\nimport { TezosConfig, ConfigType } from './type';\n\nexport class TezosExtension extends Extension.Internal<'tezos', TezosConfig> {\n name = 'tezos' as const;\n\n config: ConfigType;\n\n constructor(public tezosConfig: TezosConfig) {\n super();\n\n this.config = {\n rpcUrl: tezosConfig.rpcUrl,\n chainType: 'TEZOS',\n };\n }\n\n public sendTransactionOperation = (\n to: string,\n amount: number,\n fee: number,\n derivationPath: string,\n ): Promise<string> => {\n return this.request({\n id: 42,\n method: 'tezos_sendTransaction',\n jsonrpc: '2.0',\n params: {\n to,\n amount,\n fee,\n derivationPath,\n },\n });\n };\n\n public sendContractOriginationOperation = (\n amount: number,\n delegate: any,\n fee: number,\n derivationPath: string,\n storage_limit: number,\n gas_limit: number,\n code: string,\n storage: string,\n codeFormat: string,\n ): Promise<any> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractOriginationOperation',\n params: {\n amount,\n delegate,\n fee,\n derivationPath,\n storage_limit,\n gas_limit,\n code,\n storage,\n codeFormat,\n },\n });\n };\n\n public sendContractInvocationOperation = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n entrypoint: string | undefined,\n parameters: string | undefined,\n parameterFormat?: string,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractInvocationOperation',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n entrypoint,\n parameters,\n parameterFormat,\n },\n });\n };\n\n public sendContractPing = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractPing',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n },\n });\n };\n\n public sendDelegationOperation = (to: string, amount: number) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendDelegationOperation',\n params: {\n to,\n amount,\n },\n });\n };\n\n public getAccount = (): Promise<string> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_getAccount',\n params: [],\n });\n };\n}\n"],
|
|
5
|
+
"mappings": "8gBAAA,2CAA0B,8BAGnB,eAA6B,aAAU,QAA+B,CAK3E,YAAmB,EAA0B,CAC3C,QADiB,mBAJnB,UAAO,QAaA,8BAA2B,CAChC,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,OAAQ,wBACR,QAAS,MACT,OAAQ,CACN,KACA,SACA,MACA,oBAKC,sCAAmC,CACxC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yCACR,OAAQ,CACN,SACA,WACA,MACA,iBACA,gBACA,YACA,OACA,UACA,gBAKC,qCAAkC,CACvC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,wCACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,WACA,aACA,aACA,qBAKC,sBAAmB,CACxB,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yBACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,cAKC,6BAA0B,CAAC,EAAY,IACrC,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,gCACR,OAAQ,CACN,KACA,YAKC,gBAAa,IACX,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,mBACR,OAAQ,KA3HV,KAAK,OAAS,CACZ,OAAQ,EAAY,OACpB,UAAW",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/es/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Extension as c}from"@magic-sdk/commons";var m=class extends c.Internal{constructor(n){super();this.tezosConfig=n;this.name="tezos";this.sendTransactionOperation=(n,e,r,t)=>this.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:n,amount:e,fee:r,derivationPath:t}});this.sendContractOriginationOperation=(n,e,r,t,i,s,o,a,u)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:n,delegate:e,fee:r,derivationPath:t,storage_limit:i,gas_limit:s,code:o,storage:a,codeFormat:u}});this.sendContractInvocationOperation=(n,e,r,t,i,s,o,a,u)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:n,amount:e,fee:r,derivationPath:t,storageLimit:i,gasLimit:s,entrypoint:o,parameters:a,parameterFormat:u}});this.sendContractPing=(n,e,r,t,i,s)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:n,amount:e,fee:r,derivationPath:t,storageLimit:i,gasLimit:s}});this.sendDelegationOperation=(n,e)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:n,amount:e}});this.getAccount=()=>this.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]});this.config={rpcUrl:n.rpcUrl,chainType:"TEZOS"}}};export{m as TezosExtension};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["import { Extension } from '@magic-sdk/commons';\nimport { TezosConfig, ConfigType } from './type';\n\nexport class TezosExtension extends Extension.Internal<'tezos', TezosConfig> {\n name = 'tezos' as const;\n\n config: ConfigType;\n\n constructor(public tezosConfig: TezosConfig) {\n super();\n\n this.config = {\n rpcUrl: tezosConfig.rpcUrl,\n chainType: 'TEZOS',\n };\n }\n\n public sendTransactionOperation = (\n to: string,\n amount: number,\n fee: number,\n derivationPath: string,\n ): Promise<string> => {\n return this.request({\n id: 42,\n method: 'tezos_sendTransaction',\n jsonrpc: '2.0',\n params: {\n to,\n amount,\n fee,\n derivationPath,\n },\n });\n };\n\n public sendContractOriginationOperation = (\n amount: number,\n delegate: any,\n fee: number,\n derivationPath: string,\n storage_limit: number,\n gas_limit: number,\n code: string,\n storage: string,\n codeFormat: string,\n ): Promise<any> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractOriginationOperation',\n params: {\n amount,\n delegate,\n fee,\n derivationPath,\n storage_limit,\n gas_limit,\n code,\n storage,\n codeFormat,\n },\n });\n };\n\n public sendContractInvocationOperation = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n entrypoint: string | undefined,\n parameters: string | undefined,\n parameterFormat?: string,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractInvocationOperation',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n entrypoint,\n parameters,\n parameterFormat,\n },\n });\n };\n\n public sendContractPing = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractPing',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n },\n });\n };\n\n public sendDelegationOperation = (to: string, amount: number) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendDelegationOperation',\n params: {\n to,\n amount,\n },\n });\n };\n\n public getAccount = (): Promise<string> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_getAccount',\n params: [],\n });\n };\n}\n"],
|
|
5
|
+
"mappings": "AAAA,+CAGO,mBAA6B,GAAU,QAA+B,CAK3E,YAAmB,EAA0B,CAC3C,QADiB,mBAJnB,UAAO,QAaA,8BAA2B,CAChC,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,OAAQ,wBACR,QAAS,MACT,OAAQ,CACN,KACA,SACA,MACA,oBAKC,sCAAmC,CACxC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yCACR,OAAQ,CACN,SACA,WACA,MACA,iBACA,gBACA,YACA,OACA,UACA,gBAKC,qCAAkC,CACvC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,wCACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,WACA,aACA,aACA,qBAKC,sBAAmB,CACxB,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yBACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,cAKC,6BAA0B,CAAC,EAAY,IACrC,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,gCACR,OAAQ,CACN,KACA,YAKC,gBAAa,IACX,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,mBACR,OAAQ,KA3HV,KAAK,OAAS,CACZ,OAAQ,EAAY,OACpB,UAAW",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Extension as c}from"@magic-sdk/commons";var m=class extends c.Internal{constructor(n){super();this.tezosConfig=n;this.name="tezos";this.sendTransactionOperation=(n,e,r,t)=>this.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:n,amount:e,fee:r,derivationPath:t}});this.sendContractOriginationOperation=(n,e,r,t,i,s,o,a,u)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:n,delegate:e,fee:r,derivationPath:t,storage_limit:i,gas_limit:s,code:o,storage:a,codeFormat:u}});this.sendContractInvocationOperation=(n,e,r,t,i,s,o,a,u)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:n,amount:e,fee:r,derivationPath:t,storageLimit:i,gasLimit:s,entrypoint:o,parameters:a,parameterFormat:u}});this.sendContractPing=(n,e,r,t,i,s)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:n,amount:e,fee:r,derivationPath:t,storageLimit:i,gasLimit:s}});this.sendDelegationOperation=(n,e)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:n,amount:e}});this.getAccount=()=>this.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]});this.config={rpcUrl:n.rpcUrl,chainType:"TEZOS"}}};export{m as TezosExtension};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["import { Extension } from '@magic-sdk/commons';\nimport { TezosConfig, ConfigType } from './type';\n\nexport class TezosExtension extends Extension.Internal<'tezos', TezosConfig> {\n name = 'tezos' as const;\n\n config: ConfigType;\n\n constructor(public tezosConfig: TezosConfig) {\n super();\n\n this.config = {\n rpcUrl: tezosConfig.rpcUrl,\n chainType: 'TEZOS',\n };\n }\n\n public sendTransactionOperation = (\n to: string,\n amount: number,\n fee: number,\n derivationPath: string,\n ): Promise<string> => {\n return this.request({\n id: 42,\n method: 'tezos_sendTransaction',\n jsonrpc: '2.0',\n params: {\n to,\n amount,\n fee,\n derivationPath,\n },\n });\n };\n\n public sendContractOriginationOperation = (\n amount: number,\n delegate: any,\n fee: number,\n derivationPath: string,\n storage_limit: number,\n gas_limit: number,\n code: string,\n storage: string,\n codeFormat: string,\n ): Promise<any> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractOriginationOperation',\n params: {\n amount,\n delegate,\n fee,\n derivationPath,\n storage_limit,\n gas_limit,\n code,\n storage,\n codeFormat,\n },\n });\n };\n\n public sendContractInvocationOperation = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n entrypoint: string | undefined,\n parameters: string | undefined,\n parameterFormat?: string,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractInvocationOperation',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n entrypoint,\n parameters,\n parameterFormat,\n },\n });\n };\n\n public sendContractPing = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractPing',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n },\n });\n };\n\n public sendDelegationOperation = (to: string, amount: number) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendDelegationOperation',\n params: {\n to,\n amount,\n },\n });\n };\n\n public getAccount = (): Promise<string> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_getAccount',\n params: [],\n });\n };\n}\n"],
|
|
5
|
+
"mappings": "AAAA,+CAGO,mBAA6B,GAAU,QAA+B,CAK3E,YAAmB,EAA0B,CAC3C,QADiB,mBAJnB,UAAO,QAaA,8BAA2B,CAChC,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,OAAQ,wBACR,QAAS,MACT,OAAQ,CACN,KACA,SACA,MACA,oBAKC,sCAAmC,CACxC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yCACR,OAAQ,CACN,SACA,WACA,MACA,iBACA,gBACA,YACA,OACA,UACA,gBAKC,qCAAkC,CACvC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,wCACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,WACA,aACA,aACA,qBAKC,sBAAmB,CACxB,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yBACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,cAKC,6BAA0B,CAAC,EAAY,IACrC,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,gCACR,OAAQ,CACN,KACA,YAKC,gBAAa,IACX,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,mBACR,OAAQ,KA3HV,KAAK,OAAS,CACZ,OAAQ,EAAY,OACpB,UAAW",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var MagicTezosExtension=(()=>{var l=Object.create;var a=Object.defineProperty;var z=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var O=Object.getPrototypeOf,T=Object.prototype.hasOwnProperty;var d=e=>a(e,"__esModule",{value:!0});var j=(e,n)=>()=>(n||e((n={exports:{}}).exports,n),n.exports),q=(e,n)=>{for(var r in n)a(e,r,{get:n[r],enumerable:!0})},g=(e,n,r,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let t of C(n))!T.call(e,t)&&(r||t!=="default")&&a(e,t,{get:()=>n[t],enumerable:!(i=z(n,t))||i.enumerable});return e},x=(e,n)=>g(d(a(e!=null?l(O(e)):{},"default",!n&&e&&e.__esModule?{get:()=>e.default,enumerable:!0}:{value:e,enumerable:!0})),e),_=(e=>(n,r)=>e&&e.get(n)||(r=g(d({}),n,1),e&&e.set(n,r),r))(typeof WeakMap!="undefined"?new WeakMap:0);var f=j((I,b)=>{b.exports=Magic});var P={};q(P,{default:()=>y});var h=x(f()),m=class extends h.Extension.Internal{constructor(n){super();this.tezosConfig=n;this.name="tezos";this.sendTransactionOperation=(n,r,i,t)=>this.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:n,amount:r,fee:i,derivationPath:t}});this.sendContractOriginationOperation=(n,r,i,t,s,o,u,p,c)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:n,delegate:r,fee:i,derivationPath:t,storage_limit:s,gas_limit:o,code:u,storage:p,codeFormat:c}});this.sendContractInvocationOperation=(n,r,i,t,s,o,u,p,c)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:n,amount:r,fee:i,derivationPath:t,storageLimit:s,gasLimit:o,entrypoint:u,parameters:p,parameterFormat:c}});this.sendContractPing=(n,r,i,t,s,o)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:n,amount:r,fee:i,derivationPath:t,storageLimit:s,gasLimit:o}});this.sendDelegationOperation=(n,r)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:n,amount:r}});this.getAccount=()=>this.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]});this.config={rpcUrl:n.rpcUrl,chainType:"TEZOS"}}};var y=m;return _(P);})();
|
|
2
|
+
if (MagicTezosExtension && MagicTezosExtension.default != null) { MagicTezosExtension = Object.assign(MagicTezosExtension.default, MagicTezosExtension); delete MagicTezosExtension.default; }
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var m=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var f=r=>m(r,"__esModule",{value:!0});var l=(r,n)=>{for(var e in n)m(r,e,{get:n[e],enumerable:!0})},z=(r,n,e,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let t of b(n))!h.call(r,t)&&(e||t!=="default")&&m(r,t,{get:()=>n[t],enumerable:!(i=g(n,t))||i.enumerable});return r};var C=(r=>(n,e)=>r&&r.get(n)||(e=z(f({}),n,1),r&&r.set(n,e),e))(typeof WeakMap!="undefined"?new WeakMap:0);var O={};l(O,{TezosExtension:()=>d});var p=require("@magic-sdk/commons"),d=class extends p.Extension.Internal{constructor(n){super();this.tezosConfig=n;this.name="tezos";this.sendTransactionOperation=(n,e,i,t)=>this.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:n,amount:e,fee:i,derivationPath:t}});this.sendContractOriginationOperation=(n,e,i,t,s,o,a,u,c)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:n,delegate:e,fee:i,derivationPath:t,storage_limit:s,gas_limit:o,code:a,storage:u,codeFormat:c}});this.sendContractInvocationOperation=(n,e,i,t,s,o,a,u,c)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:n,amount:e,fee:i,derivationPath:t,storageLimit:s,gasLimit:o,entrypoint:a,parameters:u,parameterFormat:c}});this.sendContractPing=(n,e,i,t,s,o)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:n,amount:e,fee:i,derivationPath:t,storageLimit:s,gasLimit:o}});this.sendDelegationOperation=(n,e)=>this.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:n,amount:e}});this.getAccount=()=>this.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]});this.config={rpcUrl:n.rpcUrl,chainType:"TEZOS"}}};module.exports=C(O);
|
|
2
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["import { Extension } from '@magic-sdk/commons';\nimport { TezosConfig, ConfigType } from './type';\n\nexport class TezosExtension extends Extension.Internal<'tezos', TezosConfig> {\n name = 'tezos' as const;\n\n config: ConfigType;\n\n constructor(public tezosConfig: TezosConfig) {\n super();\n\n this.config = {\n rpcUrl: tezosConfig.rpcUrl,\n chainType: 'TEZOS',\n };\n }\n\n public sendTransactionOperation = (\n to: string,\n amount: number,\n fee: number,\n derivationPath: string,\n ): Promise<string> => {\n return this.request({\n id: 42,\n method: 'tezos_sendTransaction',\n jsonrpc: '2.0',\n params: {\n to,\n amount,\n fee,\n derivationPath,\n },\n });\n };\n\n public sendContractOriginationOperation = (\n amount: number,\n delegate: any,\n fee: number,\n derivationPath: string,\n storage_limit: number,\n gas_limit: number,\n code: string,\n storage: string,\n codeFormat: string,\n ): Promise<any> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractOriginationOperation',\n params: {\n amount,\n delegate,\n fee,\n derivationPath,\n storage_limit,\n gas_limit,\n code,\n storage,\n codeFormat,\n },\n });\n };\n\n public sendContractInvocationOperation = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n entrypoint: string | undefined,\n parameters: string | undefined,\n parameterFormat?: string,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractInvocationOperation',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n entrypoint,\n parameters,\n parameterFormat,\n },\n });\n };\n\n public sendContractPing = (\n contract: string,\n amount: number,\n fee: number,\n derivationPath: string | undefined,\n storageLimit: number,\n gasLimit: number,\n ) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendContractPing',\n params: {\n contract,\n amount,\n fee,\n derivationPath,\n storageLimit,\n gasLimit,\n },\n });\n };\n\n public sendDelegationOperation = (to: string, amount: number) => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_sendDelegationOperation',\n params: {\n to,\n amount,\n },\n });\n };\n\n public getAccount = (): Promise<string> => {\n return this.request({\n id: 42,\n jsonrpc: '2.0',\n method: 'tezos_getAccount',\n params: [],\n });\n };\n}\n"],
|
|
5
|
+
"mappings": "8gBAAA,2CAA0B,8BAGnB,eAA6B,aAAU,QAA+B,CAK3E,YAAmB,EAA0B,CAC3C,QADiB,mBAJnB,UAAO,QAaA,8BAA2B,CAChC,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,OAAQ,wBACR,QAAS,MACT,OAAQ,CACN,KACA,SACA,MACA,oBAKC,sCAAmC,CACxC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yCACR,OAAQ,CACN,SACA,WACA,MACA,iBACA,gBACA,YACA,OACA,UACA,gBAKC,qCAAkC,CACvC,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,wCACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,WACA,aACA,aACA,qBAKC,sBAAmB,CACxB,EACA,EACA,EACA,EACA,EACA,IAEO,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,yBACR,OAAQ,CACN,WACA,SACA,MACA,iBACA,eACA,cAKC,6BAA0B,CAAC,EAAY,IACrC,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,gCACR,OAAQ,CACN,KACA,YAKC,gBAAa,IACX,KAAK,QAAQ,CAClB,GAAI,GACJ,QAAS,MACT,OAAQ,mBACR,OAAQ,KA3HV,KAAK,OAAS,CACZ,OAAQ,EAAY,OACpB,UAAW",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Extension } from 'magic-sdk';
|
|
1
|
+
import { Extension } from '@magic-sdk/commons';
|
|
2
2
|
import { TezosConfig, ConfigType } from './type';
|
|
3
3
|
export declare class TezosExtension extends Extension.Internal<'tezos', TezosConfig> {
|
|
4
4
|
tezosConfig: TezosConfig;
|
|
@@ -7,8 +7,20 @@ export declare class TezosExtension extends Extension.Internal<'tezos', TezosCon
|
|
|
7
7
|
constructor(tezosConfig: TezosConfig);
|
|
8
8
|
sendTransactionOperation: (to: string, amount: number, fee: number, derivationPath: string) => Promise<string>;
|
|
9
9
|
sendContractOriginationOperation: (amount: number, delegate: any, fee: number, derivationPath: string, storage_limit: number, gas_limit: number, code: string, storage: string, codeFormat: string) => Promise<any>;
|
|
10
|
-
sendContractInvocationOperation: (contract: string, amount: number, fee: number, derivationPath: string | undefined, storageLimit: number, gasLimit: number, entrypoint: string | undefined, parameters: string | undefined, parameterFormat?: string | undefined) =>
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
sendContractInvocationOperation: (contract: string, amount: number, fee: number, derivationPath: string | undefined, storageLimit: number, gasLimit: number, entrypoint: string | undefined, parameters: string | undefined, parameterFormat?: string | undefined) => import("@magic-sdk/commons").PromiEvent<any, {
|
|
11
|
+
done: (result: any) => void;
|
|
12
|
+
error: (reason: any) => void;
|
|
13
|
+
settled: () => void;
|
|
14
|
+
}>;
|
|
15
|
+
sendContractPing: (contract: string, amount: number, fee: number, derivationPath: string | undefined, storageLimit: number, gasLimit: number) => import("@magic-sdk/commons").PromiEvent<any, {
|
|
16
|
+
done: (result: any) => void;
|
|
17
|
+
error: (reason: any) => void;
|
|
18
|
+
settled: () => void;
|
|
19
|
+
}>;
|
|
20
|
+
sendDelegationOperation: (to: string, amount: number) => import("@magic-sdk/commons").PromiEvent<any, {
|
|
21
|
+
done: (result: any) => void;
|
|
22
|
+
error: (reason: any) => void;
|
|
23
|
+
settled: () => void;
|
|
24
|
+
}>;
|
|
13
25
|
getAccount: () => Promise<string>;
|
|
14
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './index';
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,20 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/tezos",
|
|
3
|
-
"version": "0.1
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
3
|
+
"version": "3.0.1",
|
|
4
|
+
"description": "magic tezos extension",
|
|
5
|
+
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/magiclabs/magic-js"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"target": "neutral",
|
|
15
|
+
"cdnGlobalName": "MagicTezosExtension",
|
|
16
|
+
"main": "./dist/cjs/index.js",
|
|
17
|
+
"module": "./dist/es/index.js",
|
|
18
|
+
"types": "./dist/types/index.d.ts",
|
|
19
|
+
"jsdelivr": "./dist/extension.js",
|
|
20
|
+
"react-native": "./dist/react-native/index.native.js",
|
|
21
|
+
"exports": {
|
|
22
|
+
"import": "./dist/es/index.mjs",
|
|
23
|
+
"require": "./dist/cjs/index.js"
|
|
24
|
+
},
|
|
25
|
+
"externals": {
|
|
26
|
+
"include": [
|
|
27
|
+
"@magic-sdk/commons"
|
|
28
|
+
]
|
|
13
29
|
},
|
|
14
|
-
"author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)",
|
|
15
|
-
"license": "MIT",
|
|
16
30
|
"devDependencies": {
|
|
17
|
-
"magic-sdk": "^
|
|
31
|
+
"@magic-sdk/commons": "^4.0.0"
|
|
18
32
|
},
|
|
19
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d438b0b289fd4dd06a19bbb0f9f8d27bb067cea0"
|
|
20
34
|
}
|
package/dist/index.cdn.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
window.TezosExtension=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=1)}([function(t,n){t.exports=window["magic-sdk"]},function(t,n,e){"use strict";e.r(n),e.d(n,"TezosExtension",(function(){return a}));var r,o=e(0),i=(r=function(t,n){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(t,n)},function(t,n){function e(){this.constructor=t}r(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)}),a=function(t){function n(n){var e=t.call(this)||this;return e.tezosConfig=n,e.name="tezos",e.sendTransactionOperation=function(t,n,r,o){return e.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:t,amount:n,fee:r,derivationPath:o}})},e.sendContractOriginationOperation=function(t,n,r,o,i,a,u,c,s){return e.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:t,delegate:n,fee:r,derivationPath:o,storage_limit:i,gas_limit:a,code:u,storage:c,codeFormat:s}})},e.sendContractInvocationOperation=function(t,n,r,o,i,a,u,c,s){return e.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:t,amount:n,fee:r,derivationPath:o,storageLimit:i,gasLimit:a,entrypoint:u,parameters:c,parameterFormat:s}})},e.sendContractPing=function(t,n,r,o,i,a){return e.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:t,amount:n,fee:r,derivationPath:o,storageLimit:i,gasLimit:a}})},e.sendDelegationOperation=function(t,n){return e.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:t,amount:n}})},e.getAccount=function(){return e.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]})},e.config={rpcUrl:n.rpcUrl,chainType:"TEZOS"},e}return i(n,t),n}(o.Extension.Internal)}]);
|
package/dist/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1)}([function(t,e){t.exports=require("magic-sdk")},function(t,e,n){"use strict";n.r(e),n.d(e,"TezosExtension",(function(){return a}));var r,o=n(0),i=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),a=function(t){function e(e){var n=t.call(this)||this;return n.tezosConfig=e,n.name="tezos",n.sendTransactionOperation=function(t,e,r,o){return n.request({id:42,method:"tezos_sendTransaction",jsonrpc:"2.0",params:{to:t,amount:e,fee:r,derivationPath:o}})},n.sendContractOriginationOperation=function(t,e,r,o,i,a,u,c,s){return n.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractOriginationOperation",params:{amount:t,delegate:e,fee:r,derivationPath:o,storage_limit:i,gas_limit:a,code:u,storage:c,codeFormat:s}})},n.sendContractInvocationOperation=function(t,e,r,o,i,a,u,c,s){return n.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractInvocationOperation",params:{contract:t,amount:e,fee:r,derivationPath:o,storageLimit:i,gasLimit:a,entrypoint:u,parameters:c,parameterFormat:s}})},n.sendContractPing=function(t,e,r,o,i,a){return n.request({id:42,jsonrpc:"2.0",method:"tezos_sendContractPing",params:{contract:t,amount:e,fee:r,derivationPath:o,storageLimit:i,gasLimit:a}})},n.sendDelegationOperation=function(t,e){return n.request({id:42,jsonrpc:"2.0",method:"tezos_sendDelegationOperation",params:{to:t,amount:e}})},n.getAccount=function(){return n.request({id:42,jsonrpc:"2.0",method:"tezos_getAccount",params:[]})},n.config={rpcUrl:e.rpcUrl,chainType:"TEZOS"},n}return i(e,t),e}(o.Extension.Internal)}]);
|
package/src/index.ts
DELETED
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import { Extension } from 'magic-sdk';
|
|
2
|
-
import { TezosConfig, ConfigType } from './type'
|
|
3
|
-
|
|
4
|
-
export class TezosExtension extends Extension.Internal<
|
|
5
|
-
'tezos',
|
|
6
|
-
TezosConfig
|
|
7
|
-
> {
|
|
8
|
-
name = 'tezos' as const;
|
|
9
|
-
|
|
10
|
-
config: ConfigType;
|
|
11
|
-
|
|
12
|
-
constructor(public tezosConfig: TezosConfig){
|
|
13
|
-
super();
|
|
14
|
-
|
|
15
|
-
this.config = {
|
|
16
|
-
rpcUrl: tezosConfig.rpcUrl,
|
|
17
|
-
chainType: 'TEZOS'
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
public sendTransactionOperation = (to: string, amount: number, fee: number, derivationPath: string): Promise<string> => {
|
|
22
|
-
return this.request({
|
|
23
|
-
id:42,
|
|
24
|
-
method: 'tezos_sendTransaction',
|
|
25
|
-
jsonrpc: '2.0',
|
|
26
|
-
params: {
|
|
27
|
-
to,
|
|
28
|
-
amount,
|
|
29
|
-
fee,
|
|
30
|
-
derivationPath
|
|
31
|
-
}
|
|
32
|
-
})
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
public sendContractOriginationOperation = (
|
|
36
|
-
amount: number,
|
|
37
|
-
delegate: any,
|
|
38
|
-
fee: number,
|
|
39
|
-
derivationPath: string,
|
|
40
|
-
storage_limit: number,
|
|
41
|
-
gas_limit: number,
|
|
42
|
-
code: string,
|
|
43
|
-
storage: string,
|
|
44
|
-
codeFormat: string
|
|
45
|
-
): Promise<any> => {
|
|
46
|
-
return this.request({
|
|
47
|
-
id:42,
|
|
48
|
-
jsonrpc: '2.0',
|
|
49
|
-
method: 'tezos_sendContractOriginationOperation',
|
|
50
|
-
params: {
|
|
51
|
-
amount,
|
|
52
|
-
delegate,
|
|
53
|
-
fee,
|
|
54
|
-
derivationPath,
|
|
55
|
-
storage_limit,
|
|
56
|
-
gas_limit,
|
|
57
|
-
code,
|
|
58
|
-
storage,
|
|
59
|
-
codeFormat
|
|
60
|
-
}
|
|
61
|
-
})
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
public sendContractInvocationOperation = (
|
|
65
|
-
contract: string,
|
|
66
|
-
amount: number,
|
|
67
|
-
fee: number,
|
|
68
|
-
derivationPath: string | undefined,
|
|
69
|
-
storageLimit: number,
|
|
70
|
-
gasLimit: number,
|
|
71
|
-
entrypoint: string | undefined,
|
|
72
|
-
parameters: string | undefined,
|
|
73
|
-
parameterFormat?: string
|
|
74
|
-
) => {
|
|
75
|
-
return this.request({
|
|
76
|
-
id:42,
|
|
77
|
-
jsonrpc: '2.0',
|
|
78
|
-
method: 'tezos_sendContractInvocationOperation',
|
|
79
|
-
params: {
|
|
80
|
-
contract,
|
|
81
|
-
amount,
|
|
82
|
-
fee,
|
|
83
|
-
derivationPath,
|
|
84
|
-
storageLimit,
|
|
85
|
-
gasLimit,
|
|
86
|
-
entrypoint,
|
|
87
|
-
parameters,
|
|
88
|
-
parameterFormat
|
|
89
|
-
}
|
|
90
|
-
})
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
public sendContractPing = (
|
|
94
|
-
contract: string,
|
|
95
|
-
amount: number,
|
|
96
|
-
fee: number,
|
|
97
|
-
derivationPath: string | undefined,
|
|
98
|
-
storageLimit: number,
|
|
99
|
-
gasLimit: number,
|
|
100
|
-
) => {
|
|
101
|
-
return this.request({
|
|
102
|
-
id:42,
|
|
103
|
-
jsonrpc: '2.0',
|
|
104
|
-
method: 'tezos_sendContractPing',
|
|
105
|
-
params: {
|
|
106
|
-
contract,
|
|
107
|
-
amount,
|
|
108
|
-
fee,
|
|
109
|
-
derivationPath,
|
|
110
|
-
storageLimit,
|
|
111
|
-
gasLimit,
|
|
112
|
-
}
|
|
113
|
-
})
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
public sendDelegationOperation = (
|
|
117
|
-
to: string,
|
|
118
|
-
amount: number,
|
|
119
|
-
) => {
|
|
120
|
-
return this.request({
|
|
121
|
-
id:42,
|
|
122
|
-
jsonrpc: '2.0',
|
|
123
|
-
method: 'tezos_sendDelegationOperation',
|
|
124
|
-
params: {
|
|
125
|
-
to,
|
|
126
|
-
amount
|
|
127
|
-
}
|
|
128
|
-
})
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
public getAccount = (): Promise<string> => {
|
|
132
|
-
return this.request({
|
|
133
|
-
id:42,
|
|
134
|
-
jsonrpc: '2.0',
|
|
135
|
-
method: 'tezos_getAccount',
|
|
136
|
-
params: []
|
|
137
|
-
})
|
|
138
|
-
}
|
|
139
|
-
}
|
package/src/type.ts
DELETED
package/tsconfig.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"outDir": "./dist",
|
|
4
|
-
"moduleResolution": "node",
|
|
5
|
-
"noImplicitAny": true,
|
|
6
|
-
"module": "es6",
|
|
7
|
-
"target": "es5",
|
|
8
|
-
"allowJs": true,
|
|
9
|
-
"strict": true,
|
|
10
|
-
"allowSyntheticDefaultImports": true,
|
|
11
|
-
"experimentalDecorators": true,
|
|
12
|
-
"noImplicitReturns": true,
|
|
13
|
-
"noImplicitThis": true,
|
|
14
|
-
"esModuleInterop": true,
|
|
15
|
-
"downlevelIteration": true,
|
|
16
|
-
"sourceMap": true,
|
|
17
|
-
"declaration": true
|
|
18
|
-
}
|
|
19
|
-
}
|
package/webpack.config.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
const path = require('path');
|
|
2
|
-
|
|
3
|
-
const isDevelopment = process.env.NODE_ENV !== 'production';
|
|
4
|
-
|
|
5
|
-
module.exports = {
|
|
6
|
-
entry: './src/index.ts',
|
|
7
|
-
mode: isDevelopment ? 'development' : 'production',
|
|
8
|
-
module: {
|
|
9
|
-
rules: [
|
|
10
|
-
{
|
|
11
|
-
test: /\.tsx?$/,
|
|
12
|
-
use: 'ts-loader',
|
|
13
|
-
exclude: /node_modules/,
|
|
14
|
-
},
|
|
15
|
-
],
|
|
16
|
-
},
|
|
17
|
-
resolve: {
|
|
18
|
-
extensions: [ '.ts', '.js' ],
|
|
19
|
-
},
|
|
20
|
-
externals: {
|
|
21
|
-
'magic-sdk': 'magic-sdk'
|
|
22
|
-
},
|
|
23
|
-
output: {
|
|
24
|
-
filename: 'index.js',
|
|
25
|
-
path: path.resolve(__dirname, './dist'),
|
|
26
|
-
libraryTarget: 'commonjs2'
|
|
27
|
-
},
|
|
28
|
-
};
|