Skip to content

Commit 1e11eb9

Browse files
authored
adds docs page for 'wallet/multisig/getAccountIdentity' (#777)
1 parent 5751859 commit 1e11eb9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)

content/documentation/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,10 @@ export const sidebar: SidebarDefinition = [
448448
{
449449
label: "Multisig",
450450
items: [
451+
{
452+
id: "rpc/wallet/multisig/get_account_identity",
453+
label: "getAccountIdentity",
454+
},
451455
{
452456
id: "rpc/wallet/multisig/get_account_identities",
453457
label: "getAccountIdentities",

0 commit comments

Comments
 (0)