mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Merge pull request #1127 from you21979/fix-account-object
fix AccountObjectsResponse structure
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export interface SignerEntry {
|
||||
Account: string
|
||||
SignerWeight: number
|
||||
SignerEntry: {
|
||||
Account: string
|
||||
SignerWeight: number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user