OBJECT
type Signer {# Public key that uniquely identifies the accountpublic_key: String # Signing weight set on the account for that public keyweight: Int # TODOkey: String # TODOtype: String # Flag to indicate if master key weightmaster: Boolean }