You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> rpc | CordaRPCOps | The Corda RPC instance that that service will bind to. |
15
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> rpc | CordaRPCOps | The Corda RPC instance that that service will bind to. |
16
16
17
17
### Example
18
18
@@ -24,43 +24,43 @@ val service = ClaimCommandService(rpc)
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/typeparameter.svg"style="zoom:25%;" /> T | Any | The underlying claim value type. |
36
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> property | String | The property of the claim. |
37
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> value | T | The property of the claim. |
38
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> issuer | AbstractParty | The issuer of the claim. |
39
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> holder | AbstractParty | The holder of the claim. |
40
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> linearId | UniqueIdentifier | The unique identifier of the claim. |
41
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> notary | Party? | The notary to use for the transaction. |
42
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> observers | Set<Party>| Additional observers of the transaction. |
35
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/typeparameter.svg"width="24" /> T | Any | The underlying claim value type. |
36
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> property | String | The property of the claim. |
37
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> value | T | The property of the claim. |
38
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> issuer | AbstractParty | The issuer of the claim. |
39
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> holder | AbstractParty | The holder of the claim. |
40
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> linearId | UniqueIdentifier | The unique identifier of the claim. |
41
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> notary | Party? | The notary to use for the transaction. |
42
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> observers | Set<Party>| Additional observers of the transaction. |
43
43
44
-
### <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg"style="zoom:33%;" />Return Value
44
+
### <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg"width="32" />Return Value
45
45
46
46
Returns `FlowProgressHandle<SignedTransaction>` which represents a flow progress handle to the claim issuance flow, and subsequent transaction result.
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/typeparameter.svg"style="zoom:25%;" /> T | Any | The underlying claim value type. |
59
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> claim | StateAndRef<CordaClaim<T>>| The claim to be consumed. |
60
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> value | T | The amended claim value. |
61
-
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"style="zoom:25%;" /> observers | Set<Party>| Additional observers of the transaction. |
58
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/typeparameter.svg"width="24" /> T | Any | The underlying claim value type. |
59
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> claim | StateAndRef<CordaClaim<T>>| The claim to be consumed. |
60
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> value | T | The amended claim value. |
61
+
| <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg"width="24" /> observers | Set<Party>| Additional observers of the transaction. |
62
62
63
-
### <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg"style="zoom:33%;" />Return Value
63
+
### <imgsrc="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg"width="32" />Return Value
64
64
65
65
Returns `FlowProgressHandle<SignedTransaction>` which represents a flow progress handle to the claim amendment flow, and subsequent transaction result.
0 commit comments