@notabene/javascript-sdk 2.2.2 → 2.4.0
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/README.md +2 -0
- package/dist/notabene.cjs +1 -1
- package/dist/notabene.d.ts +16 -2
- package/dist/notabene.js +5 -5
- package/dist/tsdoc-metadata.json +1 -1
- package/docs/README.md +1 -1
- package/docs/_media/TransactionOptions.md +10 -10
- package/docs/ivms/types/README.md +1 -1
- package/docs/ivms/types/enumerations/PayloadVersionCode.md +3 -3
- package/docs/ivms/types/interfaces/PayloadMetadata.md +3 -3
- package/docs/ivms/types/type-aliases/Address.md +2 -2
- package/docs/ivms/types/type-aliases/AddressTypeCode.md +2 -2
- package/docs/ivms/types/type-aliases/Beneficiary.md +2 -2
- package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +2 -2
- package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +2 -2
- package/docs/ivms/types/type-aliases/ISOCountryCode.md +2 -2
- package/docs/ivms/types/type-aliases/ISODate.md +2 -2
- package/docs/ivms/types/type-aliases/IVMS101.md +2 -2
- package/docs/ivms/types/type-aliases/IntermediaryVASP.md +2 -2
- package/docs/ivms/types/type-aliases/LegalPerson.md +2 -2
- package/docs/ivms/types/type-aliases/LegalPersonName.md +2 -2
- package/docs/ivms/types/type-aliases/LegalPersonNameID.md +2 -2
- package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +2 -2
- package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +2 -2
- package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +2 -2
- package/docs/ivms/types/type-aliases/NationalIdentification.md +2 -2
- package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +2 -2
- package/docs/ivms/types/type-aliases/NaturalPerson.md +2 -2
- package/docs/ivms/types/type-aliases/NaturalPersonName.md +2 -2
- package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +2 -2
- package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +2 -2
- package/docs/ivms/types/type-aliases/OriginatingVASP.md +2 -2
- package/docs/ivms/types/type-aliases/Originator.md +2 -2
- package/docs/ivms/types/type-aliases/Person.md +2 -2
- package/docs/ivms/types/type-aliases/TransferPath.md +2 -2
- package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +2 -2
- package/docs/modules.md +1 -1
- package/docs/notabene/README.md +1 -1
- package/docs/notabene/classes/EmbeddedComponent.md +57 -31
- package/docs/notabene/classes/default.md +61 -25
- package/docs/notabene/functions/decodeFragmentToObject.md +5 -3
- package/docs/notabene/interfaces/NotabeneConfig.md +6 -6
- package/docs/notabene/type-aliases/MessageCallback.md +5 -3
- package/docs/types/README.md +2 -1
- package/docs/types/enumerations/AgentType.md +3 -3
- package/docs/types/enumerations/CMType.md +8 -8
- package/docs/types/enumerations/ErrorIdentifierCode.md +47 -0
- package/docs/types/enumerations/HMType.md +3 -3
- package/docs/types/enumerations/PersonType.md +4 -4
- package/docs/types/enumerations/ProofStatus.md +5 -5
- package/docs/types/enumerations/ProofTypes.md +36 -13
- package/docs/types/enumerations/Status.md +6 -6
- package/docs/types/enumerations/VASPSearchControl.md +3 -3
- package/docs/types/enumerations/ValidationSections.md +5 -5
- package/docs/types/interfaces/Agent.md +7 -7
- package/docs/types/interfaces/CallbackOptions.md +3 -3
- package/docs/types/interfaces/ComponentRequest.md +3 -3
- package/docs/types/interfaces/ComponentResponse.md +5 -5
- package/docs/types/interfaces/ConnectionRecord.md +8 -8
- package/docs/types/interfaces/ConnectionRequest.md +4 -4
- package/docs/types/interfaces/Counterparty.md +11 -11
- package/docs/types/interfaces/DeclarationProof.md +7 -7
- package/docs/types/interfaces/Deposit.md +10 -10
- package/docs/types/interfaces/DepositRequest.md +8 -8
- package/docs/types/interfaces/DepositRequestOptions.md +2 -2
- package/docs/types/interfaces/LegalPerson.md +14 -14
- package/docs/types/interfaces/MicroTransferProof.md +10 -10
- package/docs/types/interfaces/NaturalPerson.md +14 -14
- package/docs/types/interfaces/OwnershipProof.md +5 -5
- package/docs/types/interfaces/ScreenshotProof.md +6 -6
- package/docs/types/interfaces/SignatureProof.md +19 -9
- package/docs/types/interfaces/ThresholdOptions.md +4 -4
- package/docs/types/interfaces/Transaction.md +9 -9
- package/docs/types/interfaces/TransactionOptions.md +10 -10
- package/docs/types/interfaces/TransactionResponse.md +9 -9
- package/docs/types/interfaces/VASP.md +10 -10
- package/docs/types/interfaces/Wallet.md +9 -9
- package/docs/types/interfaces/Withdrawal.md +10 -10
- package/docs/types/type-aliases/BlockchainAddress.md +2 -2
- package/docs/types/type-aliases/CAIP10.md +2 -2
- package/docs/types/type-aliases/CAIP19.md +2 -2
- package/docs/types/type-aliases/CAIP2.md +2 -2
- package/docs/types/type-aliases/CAIP220.md +2 -2
- package/docs/types/type-aliases/Cancel.md +2 -2
- package/docs/types/type-aliases/Completed.md +2 -2
- package/docs/types/type-aliases/ComponentMessage.md +2 -2
- package/docs/types/type-aliases/ConnectionOptions.md +2 -2
- package/docs/types/type-aliases/CryptoCredential.md +2 -2
- package/docs/types/type-aliases/DID.md +2 -2
- package/docs/types/type-aliases/DTI.md +2 -2
- package/docs/types/type-aliases/Destination.md +2 -2
- package/docs/types/type-aliases/Error.md +3 -3
- package/docs/types/type-aliases/FieldOptions.md +3 -3
- package/docs/types/type-aliases/FieldTypes.md +2 -2
- package/docs/types/type-aliases/HostMessage.md +2 -2
- package/docs/types/type-aliases/ISOCurrency.md +2 -2
- package/docs/types/type-aliases/InvalidValue.md +2 -2
- package/docs/types/type-aliases/LEI.md +2 -2
- package/docs/types/type-aliases/LegalPersonFieldName.md +2 -2
- package/docs/types/type-aliases/LegalPersonFields.md +2 -2
- package/docs/types/type-aliases/NaturalPersonFieldName.md +2 -2
- package/docs/types/type-aliases/NaturalPersonFields.md +2 -2
- package/docs/types/type-aliases/NotabeneAsset.md +2 -2
- package/docs/types/type-aliases/Ready.md +2 -2
- package/docs/types/type-aliases/ResizeRequest.md +2 -2
- package/docs/types/type-aliases/Source.md +2 -2
- package/docs/types/type-aliases/Theme.md +6 -2
- package/docs/types/type-aliases/TransactionAsset.md +2 -2
- package/docs/types/type-aliases/TravelAddress.md +2 -2
- package/docs/types/type-aliases/URI.md +2 -2
- package/docs/types/type-aliases/UUID.md +2 -2
- package/docs/types/type-aliases/UpdateValue.md +2 -2
- package/docs/types/type-aliases/V1Asset.md +3 -3
- package/docs/types/type-aliases/V1Transaction.md +2 -2
- package/docs/types/type-aliases/VASPOptions.md +2 -2
- package/docs/types/type-aliases/ValidationError.md +2 -2
- package/package.json +8 -8
- package/src/types.ts +17 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -27,7 +27,7 @@ between the host and component.
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[types.ts:
|
|
30
|
+
[types.ts:796](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L796)
|
|
31
31
|
|
|
32
32
|
***
|
|
33
33
|
|
|
@@ -37,7 +37,7 @@ between the host and component.
|
|
|
37
37
|
|
|
38
38
|
#### Defined in
|
|
39
39
|
|
|
40
|
-
[types.ts:
|
|
40
|
+
[types.ts:790](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L790)
|
|
41
41
|
|
|
42
42
|
***
|
|
43
43
|
|
|
@@ -47,7 +47,7 @@ between the host and component.
|
|
|
47
47
|
|
|
48
48
|
#### Defined in
|
|
49
49
|
|
|
50
|
-
[types.ts:
|
|
50
|
+
[types.ts:795](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L795)
|
|
51
51
|
|
|
52
52
|
***
|
|
53
53
|
|
|
@@ -57,7 +57,7 @@ between the host and component.
|
|
|
57
57
|
|
|
58
58
|
#### Defined in
|
|
59
59
|
|
|
60
|
-
[types.ts:
|
|
60
|
+
[types.ts:794](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L794)
|
|
61
61
|
|
|
62
62
|
***
|
|
63
63
|
|
|
@@ -67,7 +67,7 @@ between the host and component.
|
|
|
67
67
|
|
|
68
68
|
#### Defined in
|
|
69
69
|
|
|
70
|
-
[types.ts:
|
|
70
|
+
[types.ts:793](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L793)
|
|
71
71
|
|
|
72
72
|
***
|
|
73
73
|
|
|
@@ -77,7 +77,7 @@ between the host and component.
|
|
|
77
77
|
|
|
78
78
|
#### Defined in
|
|
79
79
|
|
|
80
|
-
[types.ts:
|
|
80
|
+
[types.ts:791](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L791)
|
|
81
81
|
|
|
82
82
|
***
|
|
83
83
|
|
|
@@ -87,4 +87,4 @@ between the host and component.
|
|
|
87
87
|
|
|
88
88
|
#### Defined in
|
|
89
89
|
|
|
90
|
-
[types.ts:
|
|
90
|
+
[types.ts:792](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L792)
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@notabene/javascript-sdk](../../modules.md) / [types](../README.md) / ErrorIdentifierCode
|
|
6
|
+
|
|
7
|
+
# Enumeration: ErrorIdentifierCode
|
|
8
|
+
|
|
9
|
+
## Enumeration Members
|
|
10
|
+
|
|
11
|
+
### SERVICE\_UNAVAILABLE
|
|
12
|
+
|
|
13
|
+
> **SERVICE\_UNAVAILABLE**: `"SERVICE_UNAVAILABLE"`
|
|
14
|
+
|
|
15
|
+
#### Defined in
|
|
16
|
+
|
|
17
|
+
[types.ts:828](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L828)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### TOKEN\_INVALID
|
|
22
|
+
|
|
23
|
+
> **TOKEN\_INVALID**: `"TOKEN_INVALID"`
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[types.ts:831](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L831)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### WALLET\_CONNECTION\_FAILED
|
|
32
|
+
|
|
33
|
+
> **WALLET\_CONNECTION\_FAILED**: `"WALLET_CONNECTION_FAILED"`
|
|
34
|
+
|
|
35
|
+
#### Defined in
|
|
36
|
+
|
|
37
|
+
[types.ts:829](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L829)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### WALLET\_NOT\_SUPPORTED
|
|
42
|
+
|
|
43
|
+
> **WALLET\_NOT\_SUPPORTED**: `"WALLET_NOT_SUPPORTED"`
|
|
44
|
+
|
|
45
|
+
#### Defined in
|
|
46
|
+
|
|
47
|
+
[types.ts:830](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L830)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -22,7 +22,7 @@ from the host application.
|
|
|
22
22
|
|
|
23
23
|
#### Defined in
|
|
24
24
|
|
|
25
|
-
[types.ts:
|
|
25
|
+
[types.ts:909](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L909)
|
|
26
26
|
|
|
27
27
|
***
|
|
28
28
|
|
|
@@ -32,4 +32,4 @@ from the host application.
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[types.ts:
|
|
35
|
+
[types.ts:908](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L908)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -32,7 +32,7 @@ apply to each type.
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[types.ts:
|
|
35
|
+
[types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L290)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -42,7 +42,7 @@ apply to each type.
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[types.ts:
|
|
45
|
+
[types.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L289)
|
|
46
46
|
|
|
47
47
|
***
|
|
48
48
|
|
|
@@ -52,4 +52,4 @@ apply to each type.
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types.ts:
|
|
55
|
+
[types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L291)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -24,7 +24,7 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:978](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L978)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[types.ts:
|
|
37
|
+
[types.ts:979](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L979)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:977](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L977)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -54,4 +54,4 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types.ts:
|
|
57
|
+
[types.ts:980](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L980)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -16,6 +16,9 @@ Supported proof types:
|
|
|
16
16
|
- SIWE: Sign-In with Ethereum message signature (EIP-4361)
|
|
17
17
|
- EIP712: Ethereum typed data signature following EIP-712 standard
|
|
18
18
|
- BIP137: Bitcoin message signature following BIP-137
|
|
19
|
+
- BIP322: Bitcoin message signature following BIP-322
|
|
20
|
+
- TIP191: Tron message signing
|
|
21
|
+
- ED25519: Ed25519 signature (used in Solana)
|
|
19
22
|
- XPUB: Extended public key signature for HD wallets
|
|
20
23
|
- MicroTransfer: Proof via small blockchain transaction
|
|
21
24
|
- Screenshot: Image proof of ownership/access
|
|
@@ -35,7 +38,7 @@ Supported proof types:
|
|
|
35
38
|
|
|
36
39
|
#### Defined in
|
|
37
40
|
|
|
38
|
-
[types.ts:
|
|
41
|
+
[types.ts:1013](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1013)
|
|
39
42
|
|
|
40
43
|
***
|
|
41
44
|
|
|
@@ -45,7 +48,17 @@ Supported proof types:
|
|
|
45
48
|
|
|
46
49
|
#### Defined in
|
|
47
50
|
|
|
48
|
-
[types.ts:
|
|
51
|
+
[types.ts:1015](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1015)
|
|
52
|
+
|
|
53
|
+
***
|
|
54
|
+
|
|
55
|
+
### BIP322
|
|
56
|
+
|
|
57
|
+
> **BIP322**: `"bip-322"`
|
|
58
|
+
|
|
59
|
+
#### Defined in
|
|
60
|
+
|
|
61
|
+
[types.ts:1014](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1014)
|
|
49
62
|
|
|
50
63
|
***
|
|
51
64
|
|
|
@@ -55,7 +68,7 @@ Supported proof types:
|
|
|
55
68
|
|
|
56
69
|
#### Defined in
|
|
57
70
|
|
|
58
|
-
[types.ts:
|
|
71
|
+
[types.ts:1020](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1020)
|
|
59
72
|
|
|
60
73
|
***
|
|
61
74
|
|
|
@@ -65,7 +78,7 @@ Supported proof types:
|
|
|
65
78
|
|
|
66
79
|
#### Defined in
|
|
67
80
|
|
|
68
|
-
[types.ts:
|
|
81
|
+
[types.ts:1017](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1017)
|
|
69
82
|
|
|
70
83
|
***
|
|
71
84
|
|
|
@@ -75,7 +88,7 @@ Supported proof types:
|
|
|
75
88
|
|
|
76
89
|
#### Defined in
|
|
77
90
|
|
|
78
|
-
[types.ts:
|
|
91
|
+
[types.ts:1012](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1012)
|
|
79
92
|
|
|
80
93
|
***
|
|
81
94
|
|
|
@@ -85,7 +98,7 @@ Supported proof types:
|
|
|
85
98
|
|
|
86
99
|
#### Defined in
|
|
87
100
|
|
|
88
|
-
[types.ts:
|
|
101
|
+
[types.ts:1010](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1010)
|
|
89
102
|
|
|
90
103
|
***
|
|
91
104
|
|
|
@@ -95,7 +108,7 @@ Supported proof types:
|
|
|
95
108
|
|
|
96
109
|
#### Defined in
|
|
97
110
|
|
|
98
|
-
[types.ts:
|
|
111
|
+
[types.ts:1011](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1011)
|
|
99
112
|
|
|
100
113
|
***
|
|
101
114
|
|
|
@@ -105,7 +118,7 @@ Supported proof types:
|
|
|
105
118
|
|
|
106
119
|
#### Defined in
|
|
107
120
|
|
|
108
|
-
[types.ts:
|
|
121
|
+
[types.ts:1018](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1018)
|
|
109
122
|
|
|
110
123
|
***
|
|
111
124
|
|
|
@@ -115,7 +128,7 @@ Supported proof types:
|
|
|
115
128
|
|
|
116
129
|
#### Defined in
|
|
117
130
|
|
|
118
|
-
[types.ts:
|
|
131
|
+
[types.ts:1019](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1019)
|
|
119
132
|
|
|
120
133
|
***
|
|
121
134
|
|
|
@@ -125,7 +138,7 @@ Supported proof types:
|
|
|
125
138
|
|
|
126
139
|
#### Defined in
|
|
127
140
|
|
|
128
|
-
[types.ts:
|
|
141
|
+
[types.ts:1007](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1007)
|
|
129
142
|
|
|
130
143
|
***
|
|
131
144
|
|
|
@@ -135,7 +148,7 @@ Supported proof types:
|
|
|
135
148
|
|
|
136
149
|
#### Defined in
|
|
137
150
|
|
|
138
|
-
[types.ts:
|
|
151
|
+
[types.ts:1008](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1008)
|
|
139
152
|
|
|
140
153
|
***
|
|
141
154
|
|
|
@@ -145,4 +158,14 @@ Supported proof types:
|
|
|
145
158
|
|
|
146
159
|
#### Defined in
|
|
147
160
|
|
|
148
|
-
[types.ts:
|
|
161
|
+
[types.ts:1009](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1009)
|
|
162
|
+
|
|
163
|
+
***
|
|
164
|
+
|
|
165
|
+
### TIP191
|
|
166
|
+
|
|
167
|
+
> **TIP191**: `"tip-191"`
|
|
168
|
+
|
|
169
|
+
#### Defined in
|
|
170
|
+
|
|
171
|
+
[types.ts:1016](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1016)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -16,7 +16,7 @@ The verification status of a transaction
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[types.ts:
|
|
19
|
+
[types.ts:589](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L589)
|
|
20
20
|
|
|
21
21
|
***
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ The verification status of a transaction
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types.ts:
|
|
29
|
+
[types.ts:585](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L585)
|
|
30
30
|
|
|
31
31
|
***
|
|
32
32
|
|
|
@@ -36,7 +36,7 @@ The verification status of a transaction
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types.ts:
|
|
39
|
+
[types.ts:587](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L587)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -46,7 +46,7 @@ The verification status of a transaction
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[types.ts:
|
|
49
|
+
[types.ts:588](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L588)
|
|
50
50
|
|
|
51
51
|
***
|
|
52
52
|
|
|
@@ -56,4 +56,4 @@ The verification status of a transaction
|
|
|
56
56
|
|
|
57
57
|
#### Defined in
|
|
58
58
|
|
|
59
|
-
[types.ts:
|
|
59
|
+
[types.ts:586](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L586)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -21,7 +21,7 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
|
|
|
21
21
|
|
|
22
22
|
#### Defined in
|
|
23
23
|
|
|
24
|
-
[types.ts:
|
|
24
|
+
[types.ts:713](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L713)
|
|
25
25
|
|
|
26
26
|
***
|
|
27
27
|
|
|
@@ -31,4 +31,4 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
|
|
|
31
31
|
|
|
32
32
|
#### Defined in
|
|
33
33
|
|
|
34
|
-
[types.ts:
|
|
34
|
+
[types.ts:714](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L714)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ Sections in a WithdrawalAssist screen
|
|
|
20
20
|
|
|
21
21
|
#### Defined in
|
|
22
22
|
|
|
23
|
-
[types.ts:
|
|
23
|
+
[types.ts:736](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L736)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -32,7 +32,7 @@ Sections in a WithdrawalAssist screen
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[types.ts:
|
|
35
|
+
[types.ts:733](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L733)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ Sections in a WithdrawalAssist screen
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:735](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L735)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -56,4 +56,4 @@ Sections in a WithdrawalAssist screen
|
|
|
56
56
|
|
|
57
57
|
#### Defined in
|
|
58
58
|
|
|
59
|
-
[types.ts:
|
|
59
|
+
[types.ts:734](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L734)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -21,7 +21,7 @@ Who is the agent acting on behalf of the counterparty
|
|
|
21
21
|
|
|
22
22
|
#### Defined in
|
|
23
23
|
|
|
24
|
-
[types.ts:
|
|
24
|
+
[types.ts:259](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L259)
|
|
25
25
|
|
|
26
26
|
***
|
|
27
27
|
|
|
@@ -31,7 +31,7 @@ Who is the agent acting on behalf of the counterparty
|
|
|
31
31
|
|
|
32
32
|
#### Defined in
|
|
33
33
|
|
|
34
|
-
[types.ts:
|
|
34
|
+
[types.ts:261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L261)
|
|
35
35
|
|
|
36
36
|
***
|
|
37
37
|
|
|
@@ -41,7 +41,7 @@ Who is the agent acting on behalf of the counterparty
|
|
|
41
41
|
|
|
42
42
|
#### Defined in
|
|
43
43
|
|
|
44
|
-
[types.ts:
|
|
44
|
+
[types.ts:263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L263)
|
|
45
45
|
|
|
46
46
|
***
|
|
47
47
|
|
|
@@ -51,7 +51,7 @@ Who is the agent acting on behalf of the counterparty
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[types.ts:
|
|
54
|
+
[types.ts:260](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L260)
|
|
55
55
|
|
|
56
56
|
***
|
|
57
57
|
|
|
@@ -61,7 +61,7 @@ Who is the agent acting on behalf of the counterparty
|
|
|
61
61
|
|
|
62
62
|
#### Defined in
|
|
63
63
|
|
|
64
|
-
[types.ts:
|
|
64
|
+
[types.ts:262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L262)
|
|
65
65
|
|
|
66
66
|
***
|
|
67
67
|
|
|
@@ -71,4 +71,4 @@ Who is the agent acting on behalf of the counterparty
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[types.ts:
|
|
74
|
+
[types.ts:264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L264)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -16,7 +16,7 @@ Options for callback and redirect URIs
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[types.ts:
|
|
19
|
+
[types.ts:960](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L960)
|
|
20
20
|
|
|
21
21
|
***
|
|
22
22
|
|
|
@@ -26,4 +26,4 @@ Options for callback and redirect URIs
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types.ts:
|
|
29
|
+
[types.ts:961](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L961)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -37,7 +37,7 @@ This interface is extended by specific request types like:
|
|
|
37
37
|
|
|
38
38
|
#### Defined in
|
|
39
39
|
|
|
40
|
-
[types.ts:
|
|
40
|
+
[types.ts:496](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L496)
|
|
41
41
|
|
|
42
42
|
***
|
|
43
43
|
|
|
@@ -47,4 +47,4 @@ This interface is extended by specific request types like:
|
|
|
47
47
|
|
|
48
48
|
#### Defined in
|
|
49
49
|
|
|
50
|
-
[types.ts:
|
|
50
|
+
[types.ts:495](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L495)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -38,7 +38,7 @@ This interface is extended by specific response types like:
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[types.ts:
|
|
41
|
+
[types.ts:646](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L646)
|
|
42
42
|
|
|
43
43
|
***
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ This interface is extended by specific response types like:
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[types.ts:
|
|
51
|
+
[types.ts:643](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L643)
|
|
52
52
|
|
|
53
53
|
***
|
|
54
54
|
|
|
@@ -58,7 +58,7 @@ This interface is extended by specific response types like:
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[types.ts:
|
|
61
|
+
[types.ts:645](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L645)
|
|
62
62
|
|
|
63
63
|
***
|
|
64
64
|
|
|
@@ -68,4 +68,4 @@ This interface is extended by specific response types like:
|
|
|
68
68
|
|
|
69
69
|
#### Defined in
|
|
70
70
|
|
|
71
|
-
[types.ts:
|
|
71
|
+
[types.ts:644](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L644)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@notabene/javascript-sdk**](../../README.md)
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ associated with the claimed address.
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types.ts:
|
|
39
|
+
[types.ts:1048](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1048)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -46,7 +46,7 @@ associated with the claimed address.
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[types.ts:
|
|
49
|
+
[types.ts:1113](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1113)
|
|
50
50
|
|
|
51
51
|
***
|
|
52
52
|
|
|
@@ -60,7 +60,7 @@ associated with the claimed address.
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[types.ts:
|
|
63
|
+
[types.ts:1047](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1047)
|
|
64
64
|
|
|
65
65
|
***
|
|
66
66
|
|
|
@@ -70,7 +70,7 @@ associated with the claimed address.
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[types.ts:
|
|
73
|
+
[types.ts:1112](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1112)
|
|
74
74
|
|
|
75
75
|
***
|
|
76
76
|
|
|
@@ -84,7 +84,7 @@ associated with the claimed address.
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[types.ts:
|
|
87
|
+
[types.ts:1046](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1046)
|
|
88
88
|
|
|
89
89
|
***
|
|
90
90
|
|
|
@@ -98,7 +98,7 @@ associated with the claimed address.
|
|
|
98
98
|
|
|
99
99
|
#### Defined in
|
|
100
100
|
|
|
101
|
-
[types.ts:
|
|
101
|
+
[types.ts:1111](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1111)
|
|
102
102
|
|
|
103
103
|
***
|
|
104
104
|
|
|
@@ -108,4 +108,4 @@ associated with the claimed address.
|
|
|
108
108
|
|
|
109
109
|
#### Defined in
|
|
110
110
|
|
|
111
|
-
[types.ts:
|
|
111
|
+
[types.ts:1114](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/06342c6adf6f9cad152dcf6ecd0c80e7eb65778c/src/types.ts#L1114)
|