link GraphQL Schema definition
- type Signer {
- # Public key of this signer
- : AccountID!
- # This signer's weight
- : Int!
- : SignerType
- }
- type Signer {
- # Public key of this signer
- : AccountID!
- # This signer's weight
- : Int!
- : SignerType
- }