Class HashIDPreimage.HashIDPreimageSorobanAuthorization

java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization
Enclosing class:
HashIDPreimage

public static class HashIDPreimage.HashIDPreimageSorobanAuthorization extends Object
HashIDPreimageSorobanAuthorization's original definition in the XDR file is:
 struct
     {
         Hash networkID;
         int64 nonce;
         uint32 signatureExpirationLedger;
         SorobanAuthorizedInvocation invocation;
     }