mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fixed AccountResponse's signers' object (#25095)
* Update index.d.ts Fixed AccountResponse signers object. * Update index.d.ts Fixed public_key in another place.
This commit is contained in:
Vendored
+2
-2
@@ -92,7 +92,7 @@ export interface AccountRecord extends Record {
|
||||
>;
|
||||
signers: Array<
|
||||
{
|
||||
_key: string
|
||||
public_key: string
|
||||
weight: number
|
||||
}
|
||||
>;
|
||||
@@ -425,7 +425,7 @@ export class AccountResponse implements AccountRecord {
|
||||
>;
|
||||
signers: Array<
|
||||
{
|
||||
_key: string
|
||||
public_key: string
|
||||
weight: number
|
||||
}
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user