Merge pull request #1127 from you21979/fix-account-object

fix AccountObjectsResponse structure
This commit is contained in:
FKSRipple
2020-01-07 11:52:01 -08:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
export interface SignerEntry {
Account: string
SignerWeight: number
SignerEntry: {
Account: string
SignerWeight: number
}
}