export default interface RadixTransaction { hid: string; balance: object; fee: number; participants: object; timestamp: number; message: string; }