export interface RawAeternityTransaction {
    networkId: string;
    transaction: string;
}
