public class AddressPayable extends Address
Modifier and Type | Field and Description |
---|---|
static AddressPayable |
ZERO |
Constructor and Description |
---|
AddressPayable() |
AddressPayable(java.math.BigInteger _value) |
AddressPayable(byte _value) |
AddressPayable(byte[] _value) |
AddressPayable(com.u7.jthereum.types.BytesOrInt _value) |
AddressPayable(int _value) |
AddressPayable(long _value) |
AddressPayable(short _value) |
AddressPayable(String _value) |
Modifier and Type | Method and Description |
---|---|
boolean |
send(com.u7.jthereum.types.BaseInt amount) |
void |
transfer(com.u7.jthereum.types.BaseInt amount) |
static AddressPayable |
valueOf(java.math.BigInteger o) |
static AddressPayable |
valueOf(Byte o) |
static AddressPayable |
valueOf(byte[] o) |
static AddressPayable |
valueOf(com.u7.jthereum.types.BytesOrInt o) |
static AddressPayable |
valueOf(Integer o) |
static AddressPayable |
valueOf(Long o) |
static AddressPayable |
valueOf(Short o) |
static AddressPayable |
valueOf(String o) |
asString, call, call, call, callcode, delegatecall, equals, getAddressOfContractObject, getAddressOfCurrentContract, getContractAtAddress, getValueAsBigInteger, isContract, toContract, toString
getTypeByteLength
andEquals, andEquals, andEquals, andEquals, get, get, getBytes, getLength, greaterThan, isZero, lessThan, orEquals, orEquals, orEquals, orEquals, orEquals, orEquals, orEquals, put, put, put, put, setValue, setValue, setValue, setValue, setValue, xorEquals, xorEquals, xorEquals, xorEquals
asBytes1, asBytes10, asBytes11, asBytes12, asBytes13, asBytes14, asBytes15, asBytes16, asBytes17, asBytes18, asBytes19, asBytes2, asBytes20, asBytes21, asBytes22, asBytes23, asBytes24, asBytes25, asBytes26, asBytes27, asBytes28, asBytes29, asBytes3, asBytes30, asBytes31, asBytes32, asBytes4, asBytes5, asBytes6, asBytes7, asBytes8, asBytes9, asInt104, asInt112, asInt120, asInt128, asInt136, asInt144, asInt152, asInt16, asInt160, asInt168, asInt176, asInt184, asInt192, asInt200, asInt208, asInt216, asInt224, asInt232, asInt24, asInt240, asInt248, asInt256, asInt32, asInt40, asInt48, asInt56, asInt64, asInt72, asInt8, asInt80, asInt88, asInt96, asUint, asUint104, asUint112, asUint120, asUint128, asUint136, asUint144, asUint152, asUint16, asUint160, asUint168, asUint176, asUint184, asUint192, asUint200, asUint208, asUint216, asUint224, asUint232, asUint24, asUint240, asUint248, asUint256, asUint32, asUint40, asUint48, asUint56, asUint64, asUint72, asUint8, asUint80, asUint88, asUint96, setValue
public static final AddressPayable ZERO
public AddressPayable()
public AddressPayable(java.math.BigInteger _value)
public AddressPayable(byte _value)
public AddressPayable(byte[] _value)
public AddressPayable(com.u7.jthereum.types.BytesOrInt _value)
public AddressPayable(int _value)
public AddressPayable(long _value)
public AddressPayable(short _value)
public AddressPayable(String _value)
public boolean send(com.u7.jthereum.types.BaseInt amount)
public void transfer(com.u7.jthereum.types.BaseInt amount)
public static AddressPayable valueOf(java.math.BigInteger o)
public static AddressPayable valueOf(Byte o)
public static AddressPayable valueOf(byte[] o)
public static AddressPayable valueOf(com.u7.jthereum.types.BytesOrInt o)
public static AddressPayable valueOf(Integer o)
public static AddressPayable valueOf(Long o)
public static AddressPayable valueOf(Short o)
public static AddressPayable valueOf(String o)