All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.youchain.protocol.core.methods.response.YOUGetBalance Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package cc.youchain.protocol.core.methods.response;

import java.math.BigInteger;

import cc.youchain.utils.Numeric;
import cc.youchain.protocol.core.Response;

/**
 * you_getBalance.
 */
public class YOUGetBalance extends Response {
    public BigInteger getBalance() {
        return Numeric.decodeQuantity(getResult());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy