Class CreateWalletRequest


  • public class CreateWalletRequest
    extends Object
    • Method Detail

      • getImageUrl

        public String getImageUrl()
        Image url for this wallet. This image url is publicized (self-attested) to other agents as part of forming a connection.
      • getKeyManagementMode

        public KeyManagementMode getKeyManagementMode()
        Key management method to use for this wallet.
      • getLabel

        public String getLabel()
        Label for this wallet. This label is publicized (self-attested) to other agents as part of forming a connection.
      • getWalletKey

        public String getWalletKey()
        Master key used for key derivation.
      • getWalletKeyDerivation

        public WalletKeyDerivation getWalletKeyDerivation()
        Wallet key derivation method
      • getWalletName

        public String getWalletName()
        Wallet name
      • getWalletType

        public WalletType getWalletType()
        Type of wallet to create
      • getWalletWebhookUrls

        public List<String> getWalletWebhookUrls()
        List of Webhook URLs associated with this sub wallet
      • setImageUrl

        public void setImageUrl​(String imageUrl)
        Image url for this wallet. This image url is publicized (self-attested) to other agents as part of forming a connection.
      • setKeyManagementMode

        public void setKeyManagementMode​(KeyManagementMode keyManagementMode)
        Key management method to use for this wallet.
      • setLabel

        public void setLabel​(String label)
        Label for this wallet. This label is publicized (self-attested) to other agents as part of forming a connection.
      • setWalletKey

        public void setWalletKey​(String walletKey)
        Master key used for key derivation.
      • setWalletKeyDerivation

        public void setWalletKeyDerivation​(WalletKeyDerivation walletKeyDerivation)
        Wallet key derivation method
      • setWalletName

        public void setWalletName​(String walletName)
        Wallet name
      • setWalletType

        public void setWalletType​(WalletType walletType)
        Type of wallet to create
      • setWalletWebhookUrls

        public void setWalletWebhookUrls​(List<String> walletWebhookUrls)
        List of Webhook URLs associated with this sub wallet
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object