com.kbanquan.chain.sdk.pojos.response.CreateTransResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chain-sdk Show documentation
Show all versions of chain-sdk Show documentation
fast-chain api sdk for members to use the services of FastChain
The newest version!
package com.kbanquan.chain.sdk.pojos.response;
import com.kbanquan.chain.sdk.pojos.response.data.CreateTransData;
public class CreateTransResponse extends BaseResponse {
private CreateTransData data;
public CreateTransData getData() {
return data;
}
public void setData(CreateTransData data) {
this.data = data;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy