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

com.jd.blockchain.ledger.LedgerTransactions Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
package com.jd.blockchain.ledger;

import com.jd.binaryproto.DataContract;
import com.jd.binaryproto.DataField;
import com.jd.blockchain.consts.DataCodes;

/**
 * @Author: zhangshuang
 * @Date: 2020/11/17 3:10 PM
 * Version 1.0
 */
@DataContract(code = DataCodes.TX_RECORDS)
public interface LedgerTransactions {

    @DataField(order = 0, list = true, refContract = true, genericContract = true)
    LedgerTransaction[] getLedgerTransactions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy