Skip to content

Commit 030805b

Browse files
Docs formatting
1 parent d33fc1e commit 030805b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/class.svg" style="zoom:50%;" />ClaimCommandService
1+
# <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/class.svg" width="48" />ClaimCommandService
22

33
Represents the claim command service.
44

55
---
66

7-
## <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/constructor.svg" style="zoom:50%;" />Primary Constructor
7+
## <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/constructor.svg" width="48" />Primary Constructor
88

99
Creates a new instance of the claim command service.
1010

11-
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameters.svg" style="zoom:33%;" />Parameters
11+
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameters.svg" width="32" />Parameters
1212

1313
| Parameter | Type | Description |
1414
| ------------------------------------------------------------ | ----------- | ------------------------------------------------------ |
15-
| <img src="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+
| <img src="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. |
1616

1717
### Example
1818

@@ -24,43 +24,43 @@ val service = ClaimCommandService(rpc)
2424

2525
---
2626

27-
## <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/method.svg" style="zoom:50%;" />issueClaim Method
27+
## <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/method.svg" width="48" />issueClaim Method
2828

2929
Issues a new Corda claim and distributes it between the issuer, holder and optional observers.
3030

31-
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameters.svg" style="zoom:33%;" />Parameters
31+
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameters.svg" width="32" />Parameters
3232

3333
| Parameter | Type | Description |
3434
| ------------------------------------------------------------ | ---------------- | ---------------------------------------- |
35-
| <img src="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-
| <img src="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-
| <img src="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-
| <img src="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-
| <img src="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-
| <img src="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-
| <img src="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-
| <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg" style="zoom:25%;" /> observers | Set&lt;Party&gt; | Additional observers of the transaction. |
35+
| <img src="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+
| <img src="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+
| <img src="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+
| <img src="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+
| <img src="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+
| <img src="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+
| <img src="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+
| <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg" width="24" /> observers | Set&lt;Party&gt; | Additional observers of the transaction. |
4343

44-
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg" style="zoom:33%;" />Return Value
44+
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg" width="32" />Return Value
4545

4646
Returns `FlowProgressHandle<SignedTransaction>` which represents a flow progress handle to the claim issuance flow, and subsequent transaction result.
4747

4848
---
4949

50-
## <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/method.svg" style="zoom:50%;" />amendClaim Method
50+
## <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/method.svg" width="48" />amendClaim Method
5151

5252
Amends an existing Corda claim and distributes it between the issuer, holder and optional observers.
5353

54-
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameters.svg" style="zoom:33%;" />Parameters
54+
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameters.svg" width="32" />Parameters
5555

5656
| Parameter | Type | Description |
5757
| ------------------------------------------------------------ | -------------------------------------- | ---------------------------------------- |
58-
| <img src="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-
| <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg" style="zoom:25%;" /> claim | StateAndRef&lt;CordaClaim&lt;T&gt;&gt; | The claim to be consumed. |
60-
| <img src="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-
| <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg" style="zoom:25%;" /> observers | Set&lt;Party&gt; | Additional observers of the transaction. |
58+
| <img src="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+
| <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg" width="24" /> claim | StateAndRef&lt;CordaClaim&lt;T&gt;&gt; | The claim to be consumed. |
60+
| <img src="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+
| <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/parameter.svg" width="24" /> observers | Set&lt;Party&gt; | Additional observers of the transaction. |
6262

63-
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg" style="zoom:33%;" />Return Value
63+
### <img src="https://raw.githubusercontent.com/onix-labs/onix-labs.github.io/master/content/icons/code_docs/returnvalue.svg" width="32" />Return Value
6464

6565
Returns `FlowProgressHandle<SignedTransaction>` which represents a flow progress handle to the claim amendment flow, and subsequent transaction result.
6666

0 commit comments

Comments
 (0)