File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : wallet/multisig/getAccountIdentity
3
+ description : RPC Multisig | Iron Fish Documentation
4
+ ---
5
+
6
+ Retrieves the identity for a multisig account.
7
+
8
+ #### Request
9
+
10
+ ``` ts
11
+ {
12
+ account ?: string
13
+ }
14
+ ```
15
+
16
+ #### Response
17
+
18
+ ``` ts
19
+ {
20
+ identity : string
21
+ }
22
+ ```
23
+
24
+ ###### [ View on Github] ( https://github.com/iron-fish/ironfish/blob/master/ironfish/src/rpc/routes/wallet/multisig/getAccountIdentity.ts )
Original file line number Diff line number Diff line change @@ -448,6 +448,10 @@ export const sidebar: SidebarDefinition = [
448
448
{
449
449
label : "Multisig" ,
450
450
items : [
451
+ {
452
+ id : "rpc/wallet/multisig/get_account_identity" ,
453
+ label : "getAccountIdentity" ,
454
+ } ,
451
455
{
452
456
id : "rpc/wallet/multisig/get_account_identities" ,
453
457
label : "getAccountIdentities" ,
You can’t perform that action at this time.
0 commit comments