Type Alias FuelTransaction

FuelTransaction: TransactionSummary & {
    blockNumber?: string;
    logs?: FuelLog<any>[];
    sender?: string;
}