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 precisionboolean
getNonce()
getR()
getS()
getToken()
getV()
int
hashCode()
nonce
(BigInteger nonce) (uint256) - One time numeric value associated with your addressvoid
setAddress
(String address) void
void
setNonce
(BigInteger nonce) void
void
void
void
setV
(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
-