Package org.knowm.xchange.idex.dto
Class WithdrawReq
java.lang.Object
org.knowm.xchange.idex.dto.WithdrawReq
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(address string) - The address you are transacting from(uint256) - The raw amount you are withdrawing, not adjusted for token precisionbooleangetNonce()getR()getS()getToken()getV()inthashCode()nonce(BigInteger nonce) (uint256) - One time numeric value associated with your addressvoidsetAddress(String address) voidvoidsetNonce(BigInteger nonce) voidvoidvoidvoidsetV(BigInteger v) (address string) - The address of the token you are withdrawing from, see earlier notes for ETHtoString()v(BigInteger v)
-
Constructor Details
-
WithdrawReq
public WithdrawReq()
-
-
Method Details
-
address
(address string) - The address you are transacting from -
getAddress
-
setAddress
-
amount
(uint256) - The raw amount you are withdrawing, not adjusted for token precision -
getAmount
-
setAmount
-
token
(address string) - The address of the token you are withdrawing from, see earlier notes for ETH -
getToken
-
setToken
-
nonce
(uint256) - One time numeric value associated with your address -
getNonce
-
setNonce
-
s
-
getS
-
setS
-
v
-
getV
-
setV
-
r
-
getR
-
setR
-
equals
-
hashCode
public int hashCode() -
toString
-