TransactionDbEntity: {
    hash: string;
    memo: string;
    neuron: NeuronAddress;
    success: boolean;
    timestamp: number;
    type: string;
    value: SenseTransaction["value"];
}