Class Withdraw.WithdrawBuilder

  • Enclosing class:
    Withdraw

    public static class Withdraw.WithdrawBuilder
    extends java.lang.Object
    • Method Detail

      • amount

        public Withdraw.WithdrawBuilder amount​(java.lang.String amount)
        amount(String) - Decimal representation of a 512-bit integer.
        Returns:
        this.
      • bondingPurse

        public Withdraw.WithdrawBuilder bondingPurse​(URef bondingPurse)
        bonding_purse(String) - Hex-encoded, formatted URef.
        Returns:
        this.
      • eraOfCreation

        public Withdraw.WithdrawBuilder eraOfCreation​(int eraOfCreation)
        amount(Integer) - Era ID newtype.
        Returns:
        this.
      • unbonderPublicKey

        public Withdraw.WithdrawBuilder unbonderPublicKey​(java.lang.String unbonderPublicKey)
        unbonder_public_key(String) - Hex-encoded cryptographic public key, including the algorithm tag prefix.
        Returns:
        this.
      • validatorPublicKey

        public Withdraw.WithdrawBuilder validatorPublicKey​(java.lang.String validatorPublicKey)
        validator_public_key(String) - Hex-encoded cryptographic public key, including the algorithm tag prefix.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object