public class LocalSign extends Object
public static String sign(String account, String to, AmountInfo amountInfo, List<String> memos, String secret, Integer sequence)
account - 交易账号to - 接受账号amountInfo - 金额memos - 备注secret - 交易账号私钥sequence - 序列 通过 AccountInfo ainfo = remote.requestAccountInfo(account, null, "trust");获取
sequence = ainfo.getAccountData().getSequence();public static Object toAmount(AmountInfo amount)
amount - 金额对象public static void main(String[] args)
Copyright © 2021. All rights reserved.