Class Signer

java.lang.Object
org.stellar.sdk.xdr.Signer
All Implemented Interfaces:
XdrElement

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