File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : wallet/multisig/getParicipants
2
+ title : wallet/multisig/getAccountIdentities
3
3
description : RPC Multisig | Iron Fish Documentation
4
4
---
5
5
6
- Retrieves all identities for a single account/group.
6
+ Retrieves all identities for a single account/group: one for each signer in the multisig group .
7
7
8
8
#### Request
9
9
@@ -21,4 +21,4 @@ Retrieves all identities for a single account/group.
21
21
}
22
22
```
23
23
24
- ###### [ View on Github] ( https://github.com/iron-fish/ironfish/blob/master/ironfish/src/rpc/routes/wallet/multisig/getParticipants .ts )
24
+ ###### [ View on Github] ( https://github.com/iron-fish/ironfish/blob/master/ironfish/src/rpc/routes/wallet/multisig/getAccountIdentities .ts )
Original file line number Diff line number Diff line change @@ -448,12 +448,12 @@ export const sidebar: SidebarDefinition = [
448
448
label : "Multisig" ,
449
449
items : [
450
450
{
451
- id : "rpc/wallet/multisig/get_participant " ,
452
- label : "getParticipant " ,
451
+ id : "rpc/wallet/multisig/get_account_identities " ,
452
+ label : "getAccountIdentities " ,
453
453
} ,
454
454
{
455
- id : "rpc/wallet/multisig/get_participants " ,
456
- label : "getParticipants " ,
455
+ id : "rpc/wallet/multisig/get_participant " ,
456
+ label : "getParticipant " ,
457
457
} ,
458
458
{
459
459
id : "rpc/wallet/multisig/create_participant" ,
You can’t perform that action at this time.
0 commit comments