Update signers.ts

This commit is contained in:
FKSRipple
2020-01-07 11:43:37 -08:00
committed by GitHub
parent 66db127245
commit 7f288d0555

View File

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