export default class NeoContractCallOutput {
    to: string;
    amount: string;
    assetId: string;
}
