Class Signer

java.lang.Object
org.stellar.sdk.xdr.Signer

public class Signer extends Object
Signer's original definition in the XDR file is:
 struct Signer
 {
     SignerKey key;
     uint32 weight; // really only need 1 byte
 };