mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix: params
This commit is contained in:
parent
8789c05628
commit
f1ef7e9304
@ -1,6 +1,5 @@
|
|||||||
import { base64url, importJWK, JWTPayload, jwtVerify, SignJWT } from 'jose'
|
import { base64url, importJWK, JWTPayload, jwtVerify, SignJWT } from 'jose'
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import { ethers } from 'ethers'
|
|
||||||
import { IssuerKey, IssuerKeyJWK, SignedCredential } from '../@types/IssuerSignature'
|
import { IssuerKey, IssuerKeyJWK, SignedCredential } from '../@types/IssuerSignature'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { assert } from 'chai'
|
import { assert } from 'chai'
|
||||||
import { ethers } from 'ethers'
|
import { ethers } from 'ethers'
|
||||||
import { signCredential, verifyCredential } from '../../src/utils'
|
|
||||||
import { base64url } from 'jose'
|
import { base64url } from 'jose'
|
||||||
|
import { signCredential, verifyCredential } from '../../src/utils'
|
||||||
import { IssuerKeyJWK } from '../../src/@types/IssuerSignature'
|
import { IssuerKeyJWK } from '../../src/@types/IssuerSignature'
|
||||||
|
|
||||||
const mockVerifiableCredential = {
|
const mockVerifiableCredential = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user