@ucanto/interface
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -282,2 +282,3 @@ import { Ability, Block as UCANBlock, ByteView, Capabilities, Capability, DID, Fact, Link as UCANLink, MultihashHasher, MultihashDigest, MultibaseDecoder, MultibaseEncoder, Phantom, Resource, Signature, SignatureView, Principal, MulticodecCode, SigAlg, ToJSON, SignatureJSON, JSONUnknown, Crypto, JSONObject } from '@ipld/dag-ucan'; | ||
readonly signature: SignatureView<OutcomeModel<Ok, Error, Ran>, Alg>; | ||
link(): Link<ReceiptModel<Ok, Error, Ran>, number, number, 1>; | ||
verifySignature(signer: Crypto.Verifier): Await<Result<{}, SignatureError>>; | ||
@@ -284,0 +285,0 @@ buildIPLDView(): Receipt<Ok, Error, Ran, Alg>; |
{ | ||
"name": "@ucanto/interface", | ||
"description": "interface definitions for ucanto", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"types": "./dist/src/lib.d.ts", | ||
@@ -6,0 +6,0 @@ "main": "./src/lib.js", |
@@ -459,2 +459,3 @@ import { | ||
link(): Link<ReceiptModel<Ok, Error, Ran>, number, number, 1> | ||
verifySignature(signer: Crypto.Verifier): Await<Result<{}, SignatureError>> | ||
@@ -461,0 +462,0 @@ |
Sorry, the diff of this file is not supported yet
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
143404
2938