Package org.stellar.sdk
Class Auth.DelegateSignature.DelegateSignatureBuilder
java.lang.Object
org.stellar.sdk.Auth.DelegateSignature.DelegateSignatureBuilder
- Enclosing class:
Auth.DelegateSignature
-
Method Summary
Modifier and TypeMethodDescriptionThe delegate's address (G...account orC...contract).build()nestedDelegates(List<Auth.DelegateSignature> nestedDelegates) 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.toString()
-
Method Details
-
address
The delegate's address (G...account orC...contract).- Returns:
this.
-
signature
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.- Returns:
this.
-
nestedDelegates
public Auth.DelegateSignature.DelegateSignatureBuilder nestedDelegates(@Nullable List<Auth.DelegateSignature> nestedDelegates) Signers this delegate in turn delegates to (recursive), ornullfor none.- Returns:
this.
-
build
-
toString
-