Package org.stellar.sdk
Class Auth.DelegateSignature
java.lang.Object
org.stellar.sdk.Auth.DelegateSignature
- Enclosing class:
Auth
A delegate signer to attach to a
SOROBAN_CREDENTIALS_ADDRESS_WITH_DELEGATES entry via
Auth.buildWithDelegatesEntry(SorobanAuthorizationEntry, long, List, SCVal) (CAP-71-01).-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe delegate's address (G...account orC...contract).Signers this delegate in turn delegates to (recursive), ornullfor none.The delegate's signature value, ornullfor anSCV_VOIDplaceholder, which you can fill afterwards withAuth.authorizeEntry(SorobanAuthorizationEntry, Signer, Long, Network, String)(passing this address asforAddress) or by editing the entry directly.inthashCode()toString()
-
Method Details
-
builder
-
getAddress
The delegate's address (G...account orC...contract). -
getSignature
The delegate's signature value, ornullfor anSCV_VOIDplaceholder, which you can fill afterwards withAuth.authorizeEntry(SorobanAuthorizationEntry, Signer, Long, Network, String)(passing this address asforAddress) or by editing the entry directly. -
getNestedDelegates
Signers this delegate in turn delegates to (recursive), ornullfor none. -
equals
-
hashCode
public int hashCode() -
toString
-